Searched refs:LRQ (Results 1 – 9 of 9) sorted by relevance
473 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local474 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()487 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()577 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local578 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()586 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()631 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local632 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()640 if (LRQ.endPoint() < MBBEnd) { in pruneValue()641 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()[all …]
1956 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local1957 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()1958 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()2601 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local2602 ValueIn = LRQ.valueIn(); in followCopyChain()2612 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local2614 ValueIn = LRQ.valueIn(); in followCopyChain()2617 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
2318 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local2321 if (!LRQ.valueIn() && LaneMask.none()) { in checkLivenessAtUse()2327 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()2374 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local2375 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()2452 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local2453 if (LRQ.valueIn()) in checkLiveness()
1360 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local1361 VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
1162 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local1163 VNI = LRQ.valueIn(); in updatePressureDiffs()1173 LiveQueryResult LRQ = in updatePressureDiffs() local1175 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()1371 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local1372 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
587 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local588 if (LRQ.isDeadDef()) { in detectDeadDefs()
837 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local838 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
13 6LRQ+AATY8E46A75/bidEUnfhwjoo91MaPZ7UGoIt0LQVLKgMQSszRnFjwCb4c72
403 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs() local404 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs()