Searched refs:LRQ (Results 1 – 9 of 9) sorted by relevance
509 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local510 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()523 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()613 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local614 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()622 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()667 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local668 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()676 if (LRQ.endPoint() < MBBEnd) { in pruneValue()677 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()[all …]
2084 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local2085 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()2086 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()2742 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local2743 ValueIn = LRQ.valueIn(); in followCopyChain()2753 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local2755 ValueIn = LRQ.valueIn(); in followCopyChain()2758 if (LRQ.valueIn() && ValueIn != LRQ.valueIn()) in followCopyChain()
2856 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse() local2857 bool HasValue = LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut()); in checkLivenessAtUse()2866 if (MO->isKill() && !LRQ.isKill()) { in checkLivenessAtUse()2922 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef() local2923 if (!LRQ.isDeadDef()) { in checkLivenessAtDef()3007 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness() local3008 if (LRQ.valueIn() || (MI->isPHI() && LRQ.valueOut())) in checkLiveness()
1385 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local1386 VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
1648 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs() local1649 VNI = LRQ.valueIn(); in updatePressureDiffs()1659 LiveQueryResult LRQ = in updatePressureDiffs() local1661 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()1862 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath() local1863 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
580 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local581 if (LRQ.isDeadDef()) { in detectDeadDefs()
848 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue() local849 if (!LRQ.valueOutOrDead()) { in handleDebugValue()
135 LiveQueryResult LRQ = CopySrcLI.Query(VNI->def.getRegSlot()); in run() local136 MachineInstr *CopySrcMI = LIS.getInstructionFromIndex(LRQ.valueIn()->def); in run()
414 LiveQueryResult LRQ = LR.Query(LIS->getInstructionIndex(*MI)); in markDefs() local415 if (const VNInfo *VN = LRQ.valueIn()) { in markDefs()