Searched refs:computeExitCountExhaustively (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 958 const SCEV *computeExitCountExhaustively(const Loop *L,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1580 const SCEV *computeExitCountExhaustively(const Loop *L, Value *Cond,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5927 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7287 return computeExitCountExhaustively(L, ExitCond, ExitIfTrue); in computeExitLimitFromCondImpl() 7380 computeExitCountExhaustively(L, ExitCond, ExitIfTrue); in computeExitLimitFromICmp() 7892 const SCEV *ScalarEvolution::computeExitCountExhaustively(const Loop *L, in computeExitCountExhaustively() function in ScalarEvolution
|