Lines Matching defs:LR
423 bool (*Property)(const LiveRange &LR, SlotIndex Pos)) {
439 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit);
442 if (LR == nullptr)
444 return Property(*LR, Pos) ? LaneBitmask::getAll() : LaneBitmask::getNone();
454 [](const LiveRange &LR, SlotIndex Pos) {
455 return LR.liveAt(Pos);
581 const LiveRange *LR = getLiveRange(LIS, Reg);
582 if (LR != nullptr) {
583 LiveQueryResult LRQ = LR->Query(SlotIdx);
1241 [](const LiveRange &LR, SlotIndex Pos) {
1242 return LR.liveAt(Pos);
1251 [](const LiveRange &LR, SlotIndex Pos) {
1252 const LiveRange::Segment *S = LR.getSegmentContaining(Pos);
1262 [](const LiveRange &LR, SlotIndex Pos) {
1263 const LiveRange::Segment *S = LR.getSegmentContaining(Pos);