Searched refs:OtherLI (Results 1 – 4 of 4) sorted by relevance
147 for (LiveInterval *OtherLI : Assignments[C]) in runOnMachineFunction()148 if (!OtherLI->empty() && OtherLI->overlaps(*LI)) in runOnMachineFunction()
720 LoopInfoBase<BlockT, LoopT> OtherLI; in verify() local721 OtherLI.analyze(DomTree); in verify()727 for (LoopT *L : OtherLI) in verify()728 addInnerLoopsToHeadersMap(OtherLoopHeaders, OtherLI, *L); in verify()
256 LiveInterval *OtherLI = OtherLIs[i]; in OverlapWithAssignments() local257 if (OtherLI->overlaps(*li)) in OverlapWithAssignments()
2879 auto &OtherLI = LIS->getInterval(Other.Reg); in analyzeValue() local2883 if (!OtherLI.hasSubRanges()) { in analyzeValue()2891 for (LiveInterval::SubRange &OtherSR : OtherLI.subranges()) { in analyzeValue()