Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp271 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
603 LiveInterval &IntA = in adjustCopiesBackFrom() local
636 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
638 if (AS == IntA.end()) return false; in adjustCopiesBackFrom()
715 CopyMI->substituteRegister(IntA.reg(), IntB.reg(), 0, *TRI); in adjustCopiesBackFrom()
720 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom()
729 shrinkToUses(&IntA); in adjustCopiesBackFrom()
735 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument
741 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()
744 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs()
[all …]