Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1023 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
1033 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
8129 return getCouldNotCompute(); in getTripCountFromExitCount()
8142 return getCouldNotCompute(); in getTripCountFromExitCount()
8836 return getCouldNotCompute(); in computeExitLimit()
8866 return getCouldNotCompute(); in computeExitLimit()
9227 return getCouldNotCompute(); in computeExitLimitFromICmp()
9251 return getCouldNotCompute(); in computeExitLimitFromSingleExitSwitch()
9404 return getCouldNotCompute(); in computeShiftCompareExitLimit()
9712 return getCouldNotCompute(); in computeExitCountExhaustively()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp554 return SE.getCouldNotCompute(); in rewrite()
562 return SE.getCouldNotCompute(); in rewrite()
H A DLoadStoreVectorizer.cpp1213 if (IdxDiffSCEV == SE.getCouldNotCompute()) in getConstantOffsetComplexAddrs()
1501 if (DistScev != SE.getCouldNotCompute()) { in getConstantOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1021 return SE.getCouldNotCompute(); in getMinAnalyzeableBackedgeTakenCount()
H A DIndVarSimplify.cpp1613 const SCEV *CurrMaxExit = SE->getCouldNotCompute(); in optimizeLoopExits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h654 const SCEV *getCouldNotCompute();