Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp987 return SE.getCouldNotCompute(); in BinomialCoefficient()
3310 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
3694 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
3727 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
4040 if (Shifted != getCouldNotCompute() && in createAddRecFromPHI()
4041 Start != getCouldNotCompute()) { in createAddRecFromPHI()
5301 if (ExitCount == getCouldNotCompute()) in getSmallConstantTripMultiple()
5395 if (Result.getExact(this) != getCouldNotCompute()) { in getBackedgeTakenInfo()
5401 else if (Result.getMax(this) == getCouldNotCompute() && in getBackedgeTakenInfo()
5536 if (!ExitNotTaken.isCompleteList()) return SE->getCouldNotCompute(); in getExact()
[all …]
DLoopAccessAnalysis.cpp1498 if (ExitCount == PSE->getSE()->getCouldNotCompute()) { in canAnalyzeLoop()
DScalarEvolutionExpander.cpp2041 assert(ExitCount != SE.getCouldNotCompute() && "Invalid loop count"); in generateOverflowCheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp1182 return SE.getCouldNotCompute(); in BinomialCoefficient()
3805 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
4251 return SE.getCouldNotCompute(); in rewrite()
4253 ? SE.getCouldNotCompute() in rewrite()
4294 ? SE.getCouldNotCompute() in rewrite()
4411 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
5150 if (Shifted != getCouldNotCompute() && in createAddRecFromPHI()
5151 Start != getCouldNotCompute()) { in createAddRecFromPHI()
6618 if (ExitCount == getCouldNotCompute()) in getSmallConstantTripMultiple()
6725 if (BEExact != getCouldNotCompute()) { in getBackedgeTakenInfo()
[all …]
DLoopAccessAnalysis.cpp1780 if (ExitCount == PSE->getSE()->getCouldNotCompute()) { in canAnalyzeLoop()
DScalarEvolutionExpander.cpp2247 assert(ExitCount != SE.getCouldNotCompute() && "Invalid loop count"); in generateOverflowCheck()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp957 return SE.getCouldNotCompute(); in BinomialCoefficient()
3765 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
4211 return SE.getCouldNotCompute(); in rewrite()
4213 ? SE.getCouldNotCompute() in rewrite()
4254 ? SE.getCouldNotCompute() in rewrite()
4371 return Rewriter.isValid() ? Result : SE.getCouldNotCompute(); in rewrite()
5215 if (Shifted != getCouldNotCompute() && in createAddRecFromPHI()
5216 Start != getCouldNotCompute()) { in createAddRecFromPHI()
6863 if (ExitCount == getCouldNotCompute()) in getSmallConstantTripMultiple()
6973 if (BEExact != getCouldNotCompute()) { in getBackedgeTakenInfo()
[all …]
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp240 if (MaxTrips != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()
252 if (MaxExec != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()
DLoopVersioningLICM.cpp255 if (ExitCount == SE->getCouldNotCompute()) { in legalLoopStructure()
DLoopInterchange.cpp476 if (ExitCountOuter == SE->getCouldNotCompute()) { in isComputableLoopNest()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp245 if (MaxTrips != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()
257 if (MaxExec != SE->getCouldNotCompute() && in mustBeFiniteCountedLoop()
DLoopVersioningLICM.cpp257 if (ExitCount == SE->getCouldNotCompute()) { in legalLoopStructure()
DLoopPredication.cpp1019 return SE.getCouldNotCompute(); in getMinAnalyzeableBackedgeTakenCount()
DLoopInterchange.cpp469 if (ExitCountOuter == SE->getCouldNotCompute()) { in isComputableLoopNest()
DIndVarSimplify.cpp2679 return SE.getCouldNotCompute(); in getMaxBackedgeTakenCount()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp1021 return SE.getCouldNotCompute(); in getMinAnalyzeableBackedgeTakenCount()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1251 const SCEV *getCouldNotCompute();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h585 const SCEV *getCouldNotCompute();
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h590 const SCEV *getCouldNotCompute();
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2763 assert(BackedgeTakenCount != SE->getCouldNotCompute() && in getOrCreateTripCount()
4440 if (ExitCount == PSE.getSE()->getCouldNotCompute()) { in canVectorize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2570 assert(BackedgeTakenCount != SE->getCouldNotCompute() && in getOrCreateTripCount()