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

  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 430 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx);
431 if (BLR == IntB.end()) return false;
432 VNInfo *BValNo = BLR->valno;
489 if (ValLR+1 != BLR) return false;
510 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start;
518 // [ValLR.end, BLR.begin) of either value number, then we merge the
727 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 515 assert((RetOpcode == PPC::BLR ||
660 if (GuaranteedTailCallOpt && RetOpcode == PPC::BLR &&
    [all...]

Completed in 21 milliseconds