Searched defs:ExitCond (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7602 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() 7610 ScalarEvolution::ExitLimitCache::find(const Loop *L, Value *ExitCond, in find() 7626 void ScalarEvolution::ExitLimitCache::insert(const Loop *L, Value *ExitCond, in insert() 7642 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() 7656 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondImpl() 7695 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondFromBinOp() 7784 ICmpInst *ExitCond, in computeExitLimitFromICmp()
|