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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp409 LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx); local
410 if (BLR == IntB.end()) return false;
411 VNInfo *BValNo = BLR->valno;
447 if (ValLR+1 != BLR) return false;
451 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start;
458 // [ValLR.end, BLR.begin) of either value number, then we merge the
631 // If ALR and BLR overlaps and end of BLR extends beyond end of ALR, e.g.

Completed in 59 milliseconds