Lines Matching defs:query
186 LiveIntervalUnion::Query &LiveRegMatrix::query(const LiveRange &LR,
210 return query(LR, Unit).checkInterference();
230 // checkInterference overload is called twice, without any other query()
232 // the cached query - the LR address seen the second time may well be the
235 // this query.
238 // subtle bugs due to query identity. Avoiding caching, for example, would
264 // checkInterference overload is called twice, without any other query()
266 // the cached query - the LR address seen the second time may well be the
269 // this query.
272 // subtle bugs due to query identity. Avoiding caching, for example, would