Searched refs:ComputeExitCountExhaustively (Results 1 – 2 of 2) sorted by relevance
464 const SCEV *ComputeExitCountExhaustively(const Loop *L,
4424 return ComputeExitCountExhaustively(L, ExitCond, !L->contains(TBB)); in ComputeExitLimitFromCond()4529 return ComputeExitCountExhaustively(L, ExitCond, !L->contains(TBB)); in ComputeExitLimitFromICmp()4847 const SCEV * ScalarEvolution::ComputeExitCountExhaustively(const Loop *L, in ComputeExitCountExhaustively() function in ScalarEvolution