Searched refs:removeVRegDefAt (Results 1 – 5 of 5) sorted by relevance
403 void removeVRegDefAt(LiveInterval &LI, SlotIndex Pos);
293 LIS.removeVRegDefAt(LI, Idx); in eliminateDeadDef()
847 LIS->removeVRegDefAt(IntA, AValNo->def); in removeCopyByCommutingDef()1132 LIS->removeVRegDefAt(DstLI, RegIndex); in eliminateUndefCopy()
640 LIS.removeVRegDefAt(*LI, Def); in removeBackCopies()
1432 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { in removeVRegDefAt() function in LiveIntervals