Home
last modified time | relevance | path

Searched refs:getExact (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h319 const SCEV *getExact(ScalarEvolution *SE) const;
325 const SCEV *getExact(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h739 const SCEV *getExact(ScalarEvolution *SE,
746 const SCEV *getExact(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3978 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()
3993 return getBackedgeTakenInfo(L).getExact(this); in getBackedgeTakenCount()
4032 if (Result.getExact(this) != getCouldNotCompute()) { in getBackedgeTakenInfo()
4033 assert(isLoopInvariant(Result.getExact(this), L) && in getBackedgeTakenInfo()
4158 ScalarEvolution::BackedgeTakenInfo::getExact(ScalarEvolution *SE) const { in getExact() function in ScalarEvolution::BackedgeTakenInfo
4183 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5331 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()
5337 return getPredicatedBackedgeTakenInfo(L).getExact(this, &Preds); in getPredicatedBackedgeTakenCount()
5341 return getBackedgeTakenInfo(L).getExact(this); in getBackedgeTakenCount()
5395 if (Result.getExact(this) != getCouldNotCompute()) { in getBackedgeTakenInfo()
5396 assert(isLoopInvariant(Result.getExact(this), L) && in getBackedgeTakenInfo()
5533 ScalarEvolution::BackedgeTakenInfo::getExact( in getExact() function in ScalarEvolution::BackedgeTakenInfo
5563 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo
7901 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()