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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp132 /// HasOtherReachingDefs - Return true if there are definitions of IntB
134 bool HasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
401 /// being the source and IntB being the dest, thus this defines a value number
402 /// in IntB. If the source value number (in IntA) is defined by a copy from B,
424 LiveInterval &IntB = local
430 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx);
431 if (BLR == IntB.end()) return false;
468 // If AValNo is defined as a copy from IntB, we can potentially process this.
473 // Get the LiveRange in IntB that this value number starts with.
475 IntB
569 HasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
632 LiveInterval &IntB = local
[all...]
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp180 /// Return true if there are definitions of IntB
182 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
478 LiveInterval &IntB = local
483 // IntB being the dest, thus this defines a value number in IntB. If the
498 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx);
499 if (BS == IntB.end()) return false;
514 // If AValNo is defined as a copy from IntB, we can potentially process this.
521 // Get the Segment in IntB that this value number starts with.
523 IntB
585 hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB, VNInfo *AValNo, VNInfo *BValNo) argument
630 LiveInterval &IntB = local
[all...]

Completed in 80 milliseconds