Searched refs:IntA (Results 1 – 1 of 1) sorted by relevance
185 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,456 LiveInterval &IntA = in adjustCopiesBackFrom() local489 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()491 if (AS == IntA.end()) return false; in adjustCopiesBackFrom()557 CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI); in adjustCopiesBackFrom()559 LIS->shrinkToUses(&IntA); in adjustCopiesBackFrom()565 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument571 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()574 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs()608 LiveInterval &IntA = in removeCopyByCommutingDef() local[all …]