Searched refs:getExact (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1560 const SCEV *getExact(const Loop *L, ScalarEvolution *SE, 1567 const SCEV *getExact(const BasicBlock *ExitingBlock,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8277 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount() 8289 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount() 8296 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount() 8577 ScalarEvolution::BackedgeTakenInfo::getExact(const Loop *L, ScalarEvolution *SE, in getExact() function in ScalarEvolution::BackedgeTakenInfo 8616 ScalarEvolution::BackedgeTakenInfo::getExact(const BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo 11440 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond() 14237 SCM.visit(It->second.getExact(L, const_cast<ScalarEvolution *>(this))); in verify()
|