Searched defs:ExitCond (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8904 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 8912 ScalarEvolution::ExitLimitCache::find(const Loop *L, Value *ExitCond, in find() 8928 void ScalarEvolution::ExitLimitCache::insert(const Loop *L, Value *ExitCond, in insert() 8944 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 8958 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 9020 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 9101 ICmpInst *ExitCond, in computeExitLimitFromICmp()
|