Lines Matching defs:LR
186 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR,
189 Q.init(UserTag, LR, Matrix[RegUnit]);
209 [&](MCRegUnit Unit, const LiveRange &LR) {
210 return query(LR, Unit).checkInterference();
223 LiveRange LR;
224 LR.addSegment(Seg);
228 // LR is stack-allocated. LiveRegMatrix caches queries by a key that
232 // the cached query - the LR address seen the second time may well be the
241 Q.reset(UserTag, LR, Matrix[Unit]);
254 LiveRange LR;
255 LR.addSegment(Seg);
262 // LR is stack-allocated. LiveRegMatrix caches queries by a key that
266 // the cached query - the LR address seen the second time may well be the
275 Q.reset(UserTag, LR, Matrix[Unit]);