Searched refs:LRQ (Results 1 – 7 of 7) sorted by relevance
424 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local425 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()437 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()525 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local526 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()534 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()577 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local578 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()586 if (LRQ.endPoint() < MBBEnd) { in pruneValue()587 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()[all …]
507 LiveQueryResult LRQ = LR->Query(SlotIdx); in recede() local508 DeadDef = LRQ.isDeadDef(); in recede()533 LiveQueryResult LRQ = LR->Query(SlotIdx); in recede() local534 if (!LRQ.isKill() && !LRQ.valueDefined()) in recede()728 LiveQueryResult LRQ = LR->Query(SlotIdx); in bumpUpwardPressure() local729 DeadDef = LRQ.isDeadDef(); in bumpUpwardPressure()927 LiveQueryResult LRQ = LR->Query(SlotIdx); in bumpDownwardPressure() local928 if (LRQ.isKill() && !findUseBetween(Reg, CurrIdx, SlotIdx, MRI, LIS)) { in bumpDownwardPressure()
1009 LiveQueryResult LRQ = LR->Query(UseIdx); in checkLiveness() local1010 if (!LRQ.valueIn()) { in checkLiveness()1015 if (MO->isKill() && !LRQ.isKill()) { in checkLiveness()1027 LiveQueryResult LRQ = LI.Query(UseIdx); in checkLiveness() local1028 if (!LRQ.valueIn()) { in checkLiveness()1034 if (MO->isKill() && !LRQ.isKill()) { in checkLiveness()1128 LiveQueryResult LRQ = LI.Query(DefIdx); in checkLiveness() local1129 if (!LRQ.isDeadDef()) { in checkLiveness()
1281 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local1282 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()1283 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()1819 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local1820 ValueIn = LRQ.valueIn(); in followCopyChain()1829 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local1830 ValueIn = LRQ.valueIn(); in followCopyChain()
1393 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local1394 const VNInfo *VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()
973 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(I)); in updatePressureDiffs() local974 VNI = LRQ.valueIn(); in updatePressureDiffs()986 LiveQueryResult LRQ in updatePressureDiffs() local988 if (LRQ.valueIn() == VNI) in updatePressureDiffs()1157 LiveQueryResult LRQ = in computeCyclicCriticalPath() local1159 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
429 LiveQueryResult LRQ in addVRegUseDeps() local431 VNInfo *VNI = LRQ.valueIn(); in addVRegUseDeps()