Home
last modified time | relevance | path

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

/freebsd/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.cpp4307 ConstantRange CurRange(LowV, HighV); in verifyRangeLikeMetadata() local
4308 Check(!CurRange.isEmptySet() && in verifyRangeLikeMetadata()
4310 !CurRange.isFullSet()), in verifyRangeLikeMetadata()
4313 Check(CurRange.intersectWith(LastRange).isEmptySet(), in verifyRangeLikeMetadata()
4317 Check(!isContiguous(CurRange, LastRange), "Intervals are contiguous", in verifyRangeLikeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp745 for (auto CurRange : Unit->getFunctionRanges()) in cloneAndEmitDebugFrame() local
746 AllUnitsRanges.insert(CurRange.Range, CurRange.Value); in cloneAndEmitDebugFrame()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2416 for (auto CurRange : Unit->getFunctionRanges()) in patchFrameInfoForObject() local
2417 AllUnitsRanges.insert(CurRange.Range, CurRange.Value); in patchFrameInfoForObject()