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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp132 /// HasOtherReachingDefs - Return true if there are definitions of IntB
134 bool HasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
391 /// being the source and IntB being the dest, thus this defines a value number
392 /// in IntB. If the source value number (in IntA) is defined by a copy from B,
414 LiveInterval &IntB = local
420 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx);
421 if (BLR == IntB.end()) return false;
436 // If AValNo is defined as a copy from IntB, we can potentially process this.
442 // Get the LiveRange in IntB that this value number starts with.
444 IntB
539 HasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
602 LiveInterval &IntB = local
[all...]

Completed in 16 milliseconds