Lines Matching defs:LRQ
493 LiveQueryResult LRQ = li->Query(Idx);
494 VNInfo *VNI = LRQ.valueIn();
507 if (VNInfo *DefVNI = LRQ.valueDefined())
597 LiveQueryResult LRQ = SR.Query(Idx);
598 VNInfo *VNI = LRQ.valueIn();
606 if (VNInfo *DefVNI = LRQ.valueDefined())
651 LiveQueryResult LRQ = LR.Query(Kill);
652 VNInfo *VNI = LRQ.valueOutOrDead();
660 if (LRQ.endPoint() < MBBEnd) {
661 LR.removeSegment(Kill, LRQ.endPoint());
662 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
684 LiveQueryResult LRQ = LR.Query(MBBStart);
685 if (LRQ.valueIn() != VNI) {
692 if (LRQ.endPoint() < MBBEnd) {
693 LR.removeSegment(MBBStart, LRQ.endPoint());
694 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
1570 LiveQueryResult LRQ = LI.Query(Index);
1571 if (LRQ.isDeadDef())