Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h958 const SCEV *computeExitCountExhaustively(const Loop *L,
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5927 return computeExitCountExhaustively(L, ExitCond, !L->contains(TBB)); in computeExitLimitFromCond()
6021 computeExitCountExhaustively(L, ExitCond, !L->contains(TBB)); in computeExitLimitFromICmp()
6536 const SCEV *ScalarEvolution::computeExitCountExhaustively(const Loop *L, in computeExitCountExhaustively() function in ScalarEvolution