Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp280 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
628 LiveInterval &IntA = in adjustCopiesBackFrom() local
663 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx); in adjustCopiesBackFrom()
665 if (AS == IntA.end()) in adjustCopiesBackFrom()
745 CopyMI->substituteRegister(IntA.reg(), IntB.reg(), 0, *TRI); in adjustCopiesBackFrom()
750 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom()
759 shrinkToUses(&IntA); in adjustCopiesBackFrom()
765 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, in hasOtherReachingDefs() argument
770 if (LIS->hasPHIKill(IntA, AValNo)) in hasOtherReachingDefs()
773 for (LiveRange::Segment &ASeg : IntA.segments) { in hasOtherReachingDefs()
[all …]