HomeSort by relevance Sort by last modified time
    Searched refs:IntB (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 132 /// 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 =
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.FindLiveRangeContaining(AValNo->def.getPrevSlot())
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 180 /// Return true if there are definitions of IntB
182 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
478 LiveInterval &IntB =
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.FindSegmentContaining(AValNo->def.getPrevSlot())
    [all...]

Completed in 140 milliseconds