Searched refs:IntA (Results 1 – 1 of 1) sorted by relevance
182 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,466 LiveInterval &IntA = in adjustCopiesBackFrom() local499 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()501 if (AS == IntA.end()) return false; in adjustCopiesBackFrom()567 CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI); in adjustCopiesBackFrom()569 shrinkToUses(&IntA); in adjustCopiesBackFrom()575 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument581 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()584 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs()618 LiveInterval &IntA = in removeCopyByCommutingDef() local[all …]