Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp926 return SE.getCouldNotCompute(); in BinomialCoefficient()
1031 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
1041 return getCouldNotCompute(); in getLosslessPtrToIntExpr()
4475 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
4656 return getCouldNotCompute(); in getMinusSCEV()
4860 return SE.getCouldNotCompute(); in rewrite()
4862 ? SE.getCouldNotCompute() in rewrite()
4903 ? SE.getCouldNotCompute() in rewrite()
5020 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
5910 if (Shifted != getCouldNotCompute() && Start != getCouldNotCompute() && in createAddRecFromPHI()
[all …]
H A DLoopAccessAnalysis.cpp281 {SE->getCouldNotCompute(), SE->getCouldNotCompute()}}); in getStartAndEndForAccess()
336 return {SE->getCouldNotCompute(), SE->getCouldNotCompute()}; in getStartAndEndForAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.cpp83 .Default([&SE](const VPRecipeBase *) { return SE.getCouldNotCompute(); }); in getSCEVExprForVPValue()
H A DLoopVectorizationLegality.cpp552 return SE.getCouldNotCompute(); in rewrite()
560 return SE.getCouldNotCompute(); in rewrite()
H A DLoadStoreVectorizer.cpp1228 if (IdxDiffSCEV == SE.getCouldNotCompute()) in getConstantOffsetComplexAddrs()
1628 if (DistScev != SE.getCouldNotCompute()) { in getConstantOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h658 LLVM_ABI const SCEV *getCouldNotCompute();
1640 return SE->getCouldNotCompute();
1655 return SE->getCouldNotCompute();
1670 return SE->getCouldNotCompute();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1020 return SE.getCouldNotCompute(); in getMinAnalyzeableBackedgeTakenCount()
H A DIndVarSimplify.cpp1603 const SCEV *CurrMaxExit = SE->getCouldNotCompute(); in optimizeLoopExits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20185 {"_ZN4llvm15ScalarEvolution18getCouldNotComputeEv", "llvm::ScalarEvolution::getCouldNotCompute()"},