Searched refs:LRQ (Results 1 – 6 of 6) sorted by relevance
443 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses() local444 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()456 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()555 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses() local556 VNInfo *VNI = LRQ.valueIn(); in shrinkToUses()564 if (VNInfo *DefVNI = LRQ.valueDefined()) in shrinkToUses()607 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue() local608 VNInfo *VNI = LRQ.valueOutOrDead(); in pruneValue()616 if (LRQ.endPoint() < MBBEnd) { in pruneValue()617 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()[all …]
408 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs() local409 if (LRQ.isDeadDef()) { in detectDeadDefs()571 LiveQueryResult LRQ = LR->Query(SlotIdx); in recede() local572 if (!LRQ.isKill() && !LRQ.valueDefined()) in recede()934 LiveQueryResult LRQ = LR->Query(SlotIdx); in bumpDownwardPressure() local935 if (LRQ.isKill() && !findUseBetween(Reg, CurrIdx, SlotIdx, *MRI, LIS)) in bumpDownwardPressure()
1057 LiveQueryResult LRQ = LR->Query(UseIdx); in checkLiveness() local1058 if (!LRQ.valueIn()) { in checkLiveness()1063 if (MO->isKill() && !LRQ.isKill()) { in checkLiveness()1075 LiveQueryResult LRQ = LI.Query(UseIdx); in checkLiveness() local1076 if (!LRQ.valueIn()) { in checkLiveness()1082 if (MO->isKill() && !LRQ.isKill()) { in checkLiveness()1176 LiveQueryResult LRQ = LI.Query(DefIdx); in checkLiveness() local1177 if (!LRQ.isDeadDef()) { in checkLiveness()
1318 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy() local1319 if (VNInfo *DefVNI = LRQ.valueDefined()) { in joinCopy()1320 VNInfo *ReadVNI = LRQ.valueIn(); in joinCopy()1865 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain() local1866 ValueIn = LRQ.valueIn(); in followCopyChain()1875 LiveQueryResult LRQ = S.Query(Def); in followCopyChain() local1876 ValueIn = LRQ.valueIn(); in followCopyChain()
991 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(I)); in updatePressureDiffs() local992 VNI = LRQ.valueIn(); in updatePressureDiffs()1002 LiveQueryResult LRQ in updatePressureDiffs() local1004 if (LRQ.valueIn() == VNI) { in updatePressureDiffs()1196 LiveQueryResult LRQ = in computeCyclicCriticalPath() local1198 if (!LRQ.valueIn()->isPHIDef()) in computeCyclicCriticalPath()
1425 LiveQueryResult LRQ = LI.Query(Idx); in Distribute() local1426 const VNInfo *VNI = MO.readsReg() ? LRQ.valueIn() : LRQ.valueDefined(); in Distribute()