Lines Matching defs:LRQ
509 LiveQueryResult LRQ = li->Query(Idx);
510 VNInfo *VNI = LRQ.valueIn();
523 if (VNInfo *DefVNI = LRQ.valueDefined())
613 LiveQueryResult LRQ = SR.Query(Idx);
614 VNInfo *VNI = LRQ.valueIn();
622 if (VNInfo *DefVNI = LRQ.valueDefined())
667 LiveQueryResult LRQ = LR.Query(Kill);
668 VNInfo *VNI = LRQ.valueOutOrDead();
676 if (LRQ.endPoint() < MBBEnd) {
677 LR.removeSegment(Kill, LRQ.endPoint());
678 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
700 LiveQueryResult LRQ = LR.Query(MBBStart);
701 if (LRQ.valueIn() != VNI) {
708 if (LRQ.endPoint() < MBBEnd) {
709 LR.removeSegment(MBBStart, LRQ.endPoint());
710 if (EndPoints) EndPoints->push_back(LRQ.endPoint());
1606 LiveQueryResult LRQ = LI.Query(Index);
1607 if (LRQ.isDeadDef())