Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h338 const SCEV *getExact(ScalarEvolution *SE) const;
344 const SCEV *getExact(BasicBlock *ExitingBlock, ScalarEvolution *SE) const;
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4535 return getBackedgeTakenInfo(L).getExact(ExitingBlock, this); in getExitCount()
4550 return getBackedgeTakenInfo(L).getExact(this); in getBackedgeTakenCount()
4589 if (Result.getExact(this) != getCouldNotCompute()) { in getBackedgeTakenInfo()
4590 assert(isLoopInvariant(Result.getExact(this), L) && in getBackedgeTakenInfo()
4726 ScalarEvolution::BackedgeTakenInfo::getExact(ScalarEvolution *SE) const { in getExact() function in ScalarEvolution::BackedgeTakenInfo
4751 ScalarEvolution::BackedgeTakenInfo::getExact(BasicBlock *ExitingBlock, in getExact() function in ScalarEvolution::BackedgeTakenInfo