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 420 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx);
421 if (BLR == IntB.end()) return false;
422 VNInfo *BValNo = BLR->valno;
458 if (ValLR+1 != BLR) return false;
479 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start;
486 // [ValLR.end, BLR.begin) of either value number, then we merge the
697 // 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 (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR &&
    [all...]

Completed in 423 milliseconds