Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h464 const SCEV *ComputeExitCountExhaustively(const Loop *L,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4424 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