Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1533 const SCEV *getExact(const Loop *L, ScalarEvolution *SE,
1540 const SCEV *getExact(const BasicBlock *ExitingBlock,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8261 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()
8273 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount()
8280 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount()
8556 ScalarEvolution::BackedgeTakenInfo::getExact(const Loop *L, ScalarEvolution *SE, in getExact() function in ScalarEvolution::BackedgeTakenInfo
8595 ScalarEvolution::BackedgeTakenInfo::getExact(const BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo
11362 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()
14075 SCM.visit(It->second.getExact(L, const_cast<ScalarEvolution *>(this))); in verify()