Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LR

386     bool(*Property)(const LiveRange &LR, SlotIndex Pos)) {
401 const LiveRange *LR = LIS.getCachedRegUnit(RegUnit);
404 if (LR == nullptr)
406 return Property(*LR, Pos) ? ~0u : 0;
415 [](const LiveRange &LR, SlotIndex Pos) {
416 return LR.liveAt(Pos);
544 const LiveRange *LR = getLiveRange(LIS, Reg);
545 if (LR != nullptr) {
546 LiveQueryResult LRQ = LR->Query(SlotIdx);
1206 [](const LiveRange &LR, SlotIndex Pos) {
1207 return LR.liveAt(Pos);
1216 [](const LiveRange &LR, SlotIndex Pos) {
1217 const LiveRange::Segment *S = LR.getSegmentContaining(Pos);
1226 [](const LiveRange &LR, SlotIndex Pos) {
1227 const LiveRange::Segment *S = LR.getSegmentContaining(Pos);