Lines Matching defs:LR
424 bool (*Property)(const LiveRange &LR, SlotIndex Pos)) {
440 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit);
443 if (LR == nullptr)
445 return Property(*LR, Pos) ? LaneBitmask::getAll() : LaneBitmask::getNone();
455 [](const LiveRange &LR, SlotIndex Pos) {
456 return LR.liveAt(Pos);
583 const LiveRange *LR = getLiveRange(LIS, Reg);
584 if (LR != nullptr) {
585 LiveQueryResult LRQ = LR->Query(SlotIdx);
1250 [](const LiveRange &LR, SlotIndex Pos) {
1251 return LR.liveAt(Pos);
1260 [](const LiveRange &LR, SlotIndex Pos) {
1261 const LiveRange::Segment *S = LR.getSegmentContaining(Pos);
1271 [](const LiveRange &LR, SlotIndex Pos) {
1272 const LiveRange::Segment *S = LR.getSegmentContaining(Pos);