Searched refs:LiveUnionI (Results 1 – 2 of 2) sorted by relevance
137 LiveUnionI.setMap(LiveUnion->getMap()); in collectInterferingVRegs()138 LiveUnionI.find(VirtRegI->start); in collectInterferingVRegs()143 while (LiveUnionI.valid()) { in collectInterferingVRegs()147 while (VirtRegI->start < LiveUnionI.stop() && in collectInterferingVRegs()148 VirtRegI->end > LiveUnionI.start()) { in collectInterferingVRegs()150 LiveInterval *VReg = LiveUnionI.value(); in collectInterferingVRegs()158 if (!(++LiveUnionI).valid()) { in collectInterferingVRegs()166 assert(VirtRegI->end <= LiveUnionI.start() && "Expected non-overlap"); in collectInterferingVRegs()169 VirtRegI = VirtReg->advanceTo(VirtRegI, LiveUnionI.start()); in collectInterferingVRegs()174 if (VirtRegI->start < LiveUnionI.stop()) in collectInterferingVRegs()[all …]
115 SegmentIter LiveUnionI; // current position in LiveUnion variable