Lines Matching refs:LR
505 const LiveRange *LR = getLiveRange(Reg); in recede() local
506 if (LR) { in recede()
507 LiveQueryResult LRQ = LR->Query(SlotIdx); in recede()
531 const LiveRange *LR = getLiveRange(Reg); in recede() local
532 if (LR) { in recede()
533 LiveQueryResult LRQ = LR->Query(SlotIdx); in recede()
590 const LiveRange *LR = getLiveRange(Reg); in advance() local
591 lastUse = LR && LR->Query(SlotIdx).isKill(); in advance()
725 const LiveRange *LR = getLiveRange(Reg); in bumpUpwardPressure() local
726 if (LR) { in bumpUpwardPressure()
728 LiveQueryResult LRQ = LR->Query(SlotIdx); in bumpUpwardPressure()
925 const LiveRange *LR = getLiveRange(Reg); in bumpDownwardPressure() local
926 if (LR) { in bumpDownwardPressure()
927 LiveQueryResult LRQ = LR->Query(SlotIdx); in bumpDownwardPressure()