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