Searched defs:ExitCond (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 7839 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 7847 ScalarEvolution::ExitLimitCache::find(const Loop *L, Value *ExitCond, in find() 7863 void ScalarEvolution::ExitLimitCache::insert(const Loop *L, Value *ExitCond, in insert() 7879 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 7893 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 7932 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 8021 ICmpInst *ExitCond, in computeExitLimitFromICmp()
|