Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp285 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
620 LiveInterval &IntA = in adjustCopiesBackFrom() local
653 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
655 if (AS == IntA.end()) return false; in adjustCopiesBackFrom()
732 CopyMI->substituteRegister(IntA.reg(), IntB.reg(), 0, *TRI); in adjustCopiesBackFrom()
737 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom()
746 shrinkToUses(&IntA); in adjustCopiesBackFrom()
752 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument
758 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()
761 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs()
[all …]