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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp258 /// other than BValNo val# that can reach uses of AValno val# of IntA.
259 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
589 LiveInterval &IntA = local
595 // We have a non-trivially-coalescable copy with IntA being the source and
597 // source value number (in IntA) is defined by a copy from B, see if we can
622 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx);
624 if (AS == IntA.end()) return false;
695 CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI);
700 for (LiveInterval::SubRange &S : IntA.subranges()) {
709 shrinkToUses(&IntA);
715 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
771 LiveInterval &IntA = local
[all...]

Completed in 92 milliseconds