Home
last modified time | relevance | path

Searched refs:LiveQueryResult (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h90 class LiveQueryResult {
97 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() function
529 LiveQueryResult Query(SlotIndex Idx) const { in Query()
534 return LiveQueryResult(nullptr, nullptr, SlotIndex(), false); in Query()
550 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
565 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp122 LiveQueryResult SrcQ = SrcLI.Query(VNI->def); in isRematerializable()
H A DLiveIntervals.cpp467 LiveQueryResult LRQ = li->Query(Idx); in shrinkToUses()
570 LiveQueryResult LRQ = SR.Query(Idx); in shrinkToUses()
624 LiveQueryResult LRQ = LR.Query(Kill); in pruneValue()
657 LiveQueryResult LRQ = LR.Query(MBBStart); in pruneValue()
H A DRegisterCoalescer.cpp1614 LiveQueryResult Q = Int.Query(UseIdx); in addUndefFlag()
1774 LiveQueryResult LRQ = LI.Query(CopyIdx); in joinCopy()
1783 LiveQueryResult SLRQ = S.Query(CopyIdx); in joinCopy()
2391 LiveQueryResult LRQ = LI.Query(Def); in followCopyChain()
2402 LiveQueryResult LRQ = S.Query(Def); in followCopyChain()
2520 LiveQueryResult OtherLRQ = Other.LR.Query(VNI->def); in analyzeValue()
3008 LiveQueryResult Q = S.Query(Def); in pruneSubRegValues()
H A DMachineVerifier.cpp1483 LiveQueryResult LRQ = LR.Query(UseIdx); in checkLivenessAtUse()
1526 LiveQueryResult LRQ = LR.Query(DefIdx); in checkLivenessAtDef()
1592 LiveQueryResult LRQ = SR.Query(UseIdx); in checkLiveness()
H A DMachineScheduler.cpp1151 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*I)); in updatePressureDiffs()
1162 LiveQueryResult LRQ = in updatePressureDiffs()
1362 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
H A DLiveDebugVariables.cpp561 LiveQueryResult LRQ = LI.Query(Idx); in handleDebugValue()
H A DLiveInterval.cpp1321 LiveQueryResult LRQ = LI.Query(Idx); in Distribute()
H A DInlineSpiller.cpp379 LiveQueryResult SrcQ = SrcLI.Query(Idx); in hoistSpillInsideBB()
H A DRegisterPressure.cpp571 LiveQueryResult LRQ = LR->Query(SlotIdx); in detectDeadDefs()