Home
last modified time | relevance | path

Searched refs:getCouldNotCompute (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp7085 return getCouldNotCompute(); in computeExitLimit()
7114 return getCouldNotCompute(); in computeExitLimit()
7403 return getCouldNotCompute(); in computeExitLimitFromSingleExitSwitch()
7415 return getCouldNotCompute(); in computeExitLimitFromSingleExitSwitch()
7449 return getCouldNotCompute(); in computeLoadConstantCompareExitLimit()
7467 return getCouldNotCompute(); in computeLoadConstantCompareExitLimit()
7480 return getCouldNotCompute(); in computeLoadConstantCompareExitLimit()
7503 return getCouldNotCompute(); in computeLoadConstantCompareExitLimit()
7646 return getCouldNotCompute(); in computeShiftCompareExitLimit()
7961 return getCouldNotCompute(); in computeExitCountExhaustively()
[all …]
H A DLoopAccessAnalysis.cpp1760 if (ExitCount == PSE->getSE()->getCouldNotCompute()) { in canAnalyzeLoop()
H A DScalarEvolutionExpander.cpp2157 assert(ExitCount != SE.getCouldNotCompute() && "Invalid loop count"); in generateOverflowCheck()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp247 if (MaxTrips != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()
259 if (MaxExec != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()
H A DLoopVersioningLICM.cpp288 if (ExitCount == SE->getCouldNotCompute()) { in legalLoopStructure()
H A DLoopInterchange.cpp471 if (ExitCountOuter == SE->getCouldNotCompute()) { in isComputableLoopNest()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h594 const SCEV *getCouldNotCompute();
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2398 assert(BackedgeTakenCount != SE->getCouldNotCompute() && in getOrCreateTripCount()