Home
last modified time | relevance | path

Searched refs:getExact (Results 1 – 6 of 6) 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-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1306 const SCEV *getExact(const Loop *L, ScalarEvolution *SE,
1313 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6589 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()
6595 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount()
6599 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount()
6660 const SCEV *BEExact = Result.getExact(L, this); in getBackedgeTakenInfo()
6848 ScalarEvolution::BackedgeTakenInfo::getExact(const Loop *L, ScalarEvolution *SE, in getExact() function in ScalarEvolution::BackedgeTakenInfo
6883 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo
9211 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()