Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1432 const SCEV *getExact(const Loop *L, ScalarEvolution *SE,
1439 const SCEV *getExact(const BasicBlock *ExitingBlock,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8126 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()
8136 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount()
8143 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount()
8206 const SCEV *BEExact = Result.getExact(L, this); in getBackedgeTakenInfo()
8367 ScalarEvolution::BackedgeTakenInfo::getExact(const Loop *L, ScalarEvolution *SE, in getExact() function in ScalarEvolution::BackedgeTakenInfo
8406 ScalarEvolution::BackedgeTakenInfo::getExact(const BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo
11054 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()
13742 SCM.visit(It->second.getExact(L, const_cast<ScalarEvolution *>(this))); in verify()