Searched refs:getExact (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1435 const SCEV *getExact(const Loop *L, ScalarEvolution *SE, 1442 const SCEV *getExact(const BasicBlock *ExitingBlock,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 7028 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount() 7038 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount() 7045 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount() 7106 const SCEV *BEExact = Result.getExact(L, this); in getBackedgeTakenInfo() 7310 ScalarEvolution::BackedgeTakenInfo::getExact(const Loop *L, ScalarEvolution *SE, in getExact() function in ScalarEvolution::BackedgeTakenInfo 7345 ScalarEvolution::BackedgeTakenInfo::getExact(const BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo 10048 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()
|