Home
last modified time | relevance | path

Searched refs:CurRange (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRangeList.cpp21 auto CurRange = RangesRef[i]; in isOrderedRanges() local
23 if (CurRange.getLower().sge(CurRange.getUpper()) || in isOrderedRanges()
24 CurRange.getLower().sle(PreRange.getUpper())) in isOrderedRanges()
H A DVerifier.cpp4157 ConstantRange CurRange(LowV, HighV); in verifyRangeMetadata() local
4158 Check(!CurRange.isEmptySet() && (IsAbsoluteSymbol || !CurRange.isFullSet()), in verifyRangeMetadata()
4161 Check(CurRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()
4165 Check(!isContiguous(CurRange, LastRange), "Intervals are contiguous", in verifyRangeMetadata()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp746 for (auto CurRange : Unit->getFunctionRanges()) in cloneAndEmitDebugFrame() local
747 AllUnitsRanges.insert(CurRange.Range, CurRange.Value); in cloneAndEmitDebugFrame()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2299 for (auto CurRange : Unit->getFunctionRanges()) in patchFrameInfoForObject() local
2300 AllUnitsRanges.insert(CurRange.Range, CurRange.Value); in patchFrameInfoForObject()