Home
last modified time | relevance | path

Searched refs:LiveUnionI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp147 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()
148 LiveUnionI.find(LRI->start); in collectInterferingVRegs()
153 while (LiveUnionI.valid()) { in collectInterferingVRegs()
157 while (LRI->start < LiveUnionI.stop() && LRI->end > LiveUnionI.start()) { in collectInterferingVRegs()
159 const LiveInterval *VReg = LiveUnionI.value(); in collectInterferingVRegs()
167 if (!(++LiveUnionI).valid()) { in collectInterferingVRegs()
173 // The iterators are now not overlapping, LiveUnionI has been advanced in collectInterferingVRegs()
175 assert(LRI->end <= LiveUnionI.start() && "Expected non-overlap"); in collectInterferingVRegs()
178 LRI = LR->advanceTo(LRI, LiveUnionI in collectInterferingVRegs()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h116 ConstSegmentIter LiveUnionI; ///< current position in LiveUnion variable