Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp147 for (LiveInterval *OtherLI : Assignments[C]) in runOnMachineFunction()
148 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLoopInfoImpl.h720 LoopInfoBase<BlockT, LoopT> OtherLI; in verify() local
721 OtherLI.analyze(DomTree); in verify()
727 for (LoopT *L : OtherLI) in verify()
728 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackSlotColoring.cpp256 LiveInterval *OtherLI = OtherLIs[i]; in OverlapWithAssignments() local
257 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()
DRegisterCoalescer.cpp2879 auto &OtherLI = LIS->getInterval(Other.Reg); in analyzeValue() local
2883 if (!OtherLI.hasSubRanges()) { in analyzeValue()
2891 for (LiveInterval::SubRange &OtherSR : OtherLI.subranges()) { in analyzeValue()