Searched refs:LRQ (Results 1 – 8 of 8) sorted by relevance
474 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local475 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()583 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local584 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()637 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local638 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()646 if (LRQ.endPoint() < MBBEnd) { in pruneValue()647 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()671 if (LRQ.valueIn() != VNI) { in pruneValue()678 if (LRQ.endPoint() < MBBEnd) { in pruneValue()[all …]
1951 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local1952 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()1953 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()2595 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local2596 ValueIn = LRQ.valueIn(); in followCopyChain()2606 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local2608 ValueIn = LRQ.valueIn(); in followCopyChain()2611 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
2232 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local2235 if (!LRQ.valueIn() && LaneMask.none()) { in checkLivenessAtUse()2241 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()2278 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local2279 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()2357 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local2358 if (LRQ.valueIn()) in checkLiveness()
1360 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local1361 VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
1156 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local1157 VNI = LRQ.valueIn(); in updatePressureDiffs()1167 LiveQueryResult LRQ = in updatePressureDiffs() local1169 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()1365 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local1366 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
588 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local589 if (LRQ.isDeadDef()) { in detectDeadDefs()
836 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local837 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
403 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs() local404 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs()