Home
last modified time | relevance | path

Searched refs:OtherLI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp170 for (LiveInterval *OtherLI : CoalescedIntervals) { in undefInvalidDbgValues()
171 if (LI == OtherLI) in undefInvalidDbgValues()
207 auto *SegmentIt = OtherLI->find(Slot); in undefInvalidDbgValues()
208 if (SegmentIt != OtherLI->end() && SegmentIt->contains(Slot)) { in undefInvalidDbgValues()
298 for (LiveInterval *OtherLI : Assignments[C]) in runOnMachineFunction()
299 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h728 LoopInfoBase<BlockT, LoopT> OtherLI; in verify() local
729 OtherLI.analyze(DomTree); in verify()
735 for (LoopT *L : OtherLI) in verify()
736 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2975 auto &OtherLI = LIS->getInterval(Other.Reg); in analyzeValue() local
2979 if (!OtherLI.hasSubRanges()) { in analyzeValue()
2987 for (LiveInterval::SubRange &OtherSR : OtherLI.subranges()) { in analyzeValue()