Searched defs:ExitCond (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8649 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 8657 ScalarEvolution::ExitLimitCache::find(const Loop *L, Value *ExitCond, in find() 8673 void ScalarEvolution::ExitLimitCache::insert(const Loop *L, Value *ExitCond, in insert() 8689 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 8703 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 8765 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 8834 ICmpInst *ExitCond, in computeExitLimitFromICmp()
|