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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp133 /// other than BValNo val# that can reach uses of AValno val# of IntA.
134 bool HasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
400 /// AdjustCopiesBackFrom - We found a non-trivially-coalescable copy with IntA
402 /// in IntB. If the source value number (in IntA) is defined by a copy from B,
422 LiveInterval &IntA =
442 LiveInterval::iterator ALR = IntA.FindLiveRangeContaining(CopyUseIdx);
444 if (ALR == IntA.end()) return false;
496 if (LIS->hasInterval(*AS) && IntA.overlaps(LIS->getInterval(*AS))) {
561 LIS->shrinkToUses(&IntA);
568 /// other than BValNo val# that can reach uses of AValno val# of IntA
569 HasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
630 LiveInterval &IntA = local
[all...]
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp181 /// other than BValNo val# that can reach uses of AValno val# of IntA.
182 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
476 LiveInterval &IntA = local
482 // We have a non-trivially-coalescable copy with IntA being the source and
484 // source value number (in IntA) is defined by a copy from B, see if we can
509 LiveInterval::iterator AS = IntA.FindSegmentContaining(CopyUseIdx);
511 if (AS == IntA.end()) return false;
577 CopyMI->substituteRegister(IntA.reg, IntB.reg, 0, *TRI);
579 shrinkToUses(&IntA);
585 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, argument
628 LiveInterval &IntA = local
[all...]

Completed in 66 milliseconds