Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1625 LLVM_ABI const SCEV *getExact(
1634 const SCEV *getExact(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8297 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()
8311 return getPredicatedBackedgeTakenInfo(L).getExact(ExitingBlock, this, in getPredicatedExitCount()
8325 return getPredicatedBackedgeTakenInfo(L).getExact(L, this, &Preds); in getPredicatedBackedgeTakenCount()
8332 return getBackedgeTakenInfo(L).getExact(L, this); in getBackedgeTakenCount()
8615 const SCEV *ScalarEvolution::BackedgeTakenInfo::getExact( in getExact() function in ScalarEvolution::BackedgeTakenInfo
11574 const SCEV *LatchBECount = BETakenInfo.getExact(Latch, this); in isLoopBackedgeGuardedByCond()
14429 SCM.visit(It->second.getExact(L, const_cast<ScalarEvolution *>(this))); in verify()