Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp712 return SE.getCouldNotCompute(); in BinomialCoefficient()
2698 const SCEV *ScalarEvolution::getCouldNotCompute() { in getCouldNotCompute() function in ScalarEvolution
3950 if (ExitCount == getCouldNotCompute()) in getSmallConstantTripMultiple()
4032 if (Result.getExact(this) != getCouldNotCompute()) { in getBackedgeTakenInfo()
4038 else if (Result.getMax(this) == getCouldNotCompute() && in getBackedgeTakenInfo()
4160 if (!ExitNotTaken.isCompleteList()) return SE->getCouldNotCompute(); in getExact()
4163 if (!ExitNotTaken.ExitingBlock) return SE->getCouldNotCompute(); in getExact()
4170 assert(ENT->ExactNotTaken != SE->getCouldNotCompute() && "bad exit SCEV"); in getExact()
4191 return SE->getCouldNotCompute(); in getExact()
4197 return Max ? Max : SE->getCouldNotCompute(); in getMax()
[all …]
/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/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/include/llvm/Analysis/
DScalarEvolution.h616 const SCEV *getCouldNotCompute();
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1251 const SCEV *getCouldNotCompute();
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2763 assert(BackedgeTakenCount != SE->getCouldNotCompute() && in getOrCreateTripCount()
4440 if (ExitCount == PSE.getSE()->getCouldNotCompute()) { in canVectorize()