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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp156 /// hasOtherReachingDefs - Return true if there are definitions of IntB
158 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
412 /// being the source and IntB being the dest, thus this defines a value number
413 /// in IntB. If the source value number (in IntA) is defined by a copy from B,
433 LiveInterval &IntB = local
439 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx);
440 if (BLR == IntB.end()) return false;
455 // If AValNo is defined as a copy from IntB, we can potentially process this.
462 // Get the LiveRange in IntB that this value number starts with.
464 IntB
518 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
577 LiveInterval &IntB = local
[all...]

Completed in 133 milliseconds