Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BLR

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.