Home
last modified time | relevance | path

Searched refs:ExitCond (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1646 ExitLimit computeExitLimitFromCond(const Loop *L, Value *ExitCond,
1674 Optional<ExitLimit> find(const Loop *L, Value *ExitCond, bool ExitIfTrue,
1677 void insert(const Loop *L, Value *ExitCond, bool ExitIfTrue,
1684 const Loop *L, Value *ExitCond,
1689 Value *ExitCond, bool ExitIfTrue,
1694 Value *ExitCond, bool ExitIfTrue,
1702 ExitLimit computeExitLimitFromICmp(const Loop *L, ICmpInst *ExitCond,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7602 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() argument
7605 return computeExitLimitFromCondCached(Cache, L, ExitCond, ExitIfTrue, in computeExitLimitFromCond()
7610 ScalarEvolution::ExitLimitCache::find(const Loop *L, Value *ExitCond, in find() argument
7620 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find()
7626 void ScalarEvolution::ExitLimitCache::insert(const Loop *L, Value *ExitCond, in insert() argument
7635 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert()
7642 ExitLimitCacheTy &Cache, const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCondCached() argument
7646 Cache.find(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates)) in computeExitLimitFromCondCached()
7649 ExitLimit EL = computeExitLimitFromCondImpl(Cache, L, ExitCond, ExitIfTrue, in computeExitLimitFromCondCached()
7651 Cache.insert(L, ExitCond, ExitIfTrue, ControlsExit, AllowPredicates, EL); in computeExitLimitFromCondCached()
[all …]