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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp257 /// Return true if there are definitions of IntB
259 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
591 LiveInterval &IntB = local
596 // IntB being the dest, thus this defines a value number in IntB. If the
611 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx);
612 if (BS == IntB.end()) return false;
627 // If AValNo is defined as a copy from IntB, we can potentially process this.
634 // Get the Segment in IntB that this value number starts with.
636 IntB
715 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
773 LiveInterval &IntB = local
1069 LiveInterval &IntB = local
[all...]

Completed in 107 milliseconds