Searched refs:LRQ (Results 1 – 6 of 6) sorted by relevance
432 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local433 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()445 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()534 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local535 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()543 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()586 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local587 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()595 if (LRQ.endPoint() < MBBEnd) { in pruneValue()596 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()[all …]
1113 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local1116 if (!LRQ.valueIn() && LaneMask == 0) { in checkLivenessAtUse()1122 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()1156 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local1157 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()1233 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local1234 if (LRQ.valueIn()) in checkLiveness()
1392 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local1393 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()1394 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()1939 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local1940 ValueIn = LRQ.valueIn(); in followCopyChain()1949 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local1950 ValueIn = LRQ.valueIn(); in followCopyChain()
1202 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local1203 const VNInfo *VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
1034 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local1035 VNI = LRQ.valueIn(); in updatePressureDiffs()1045 LiveQueryResult LRQ = in updatePressureDiffs() local1047 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()1233 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local1234 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
546 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local547 if (LRQ.isDeadDef()) { in detectDeadDefs()