Searched refs:ExitIfTrue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1500 bool ExitIfTrue, bool ControlsExit, 1515 bool ExitIfTrue; 1519 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates) 1520 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {} 1522 Optional<ExitLimit> find(const Loop *L, Value *ExitCond, bool ExitIfTrue, 1525 void insert(const Loop *L, Value *ExitCond, bool ExitIfTrue, 1533 bool ExitIfTrue, 1537 Value *ExitCond, bool ExitIfTrue, 1547 bool ExitIfTrue,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7086 bool ExitIfTrue = !L->contains(BI->getSuccessor(0)); in computeExitLimit() local 7087 assert(ExitIfTrue == L->contains(BI->getSuccessor(1)) && in computeExitLimit() 7091 L, BI->getCondition(), ExitIfTrue, in computeExitLimit() 7113 const Loop *L, Value *ExitCond, bool ExitIfTrue, in computeExitLimitFromCond() argument 7115 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond() 7116 return computeExitLimitFromCondCached(Cache, L, ExitCond, ExitIfTrue, in computeExitLimitFromCond() 7122 bool ExitIfTrue, bool ControlsExit, in find() argument 7125 (void)this->ExitIfTrue; in find() 7128 assert(this->L == L && this->ExitIfTrue == ExitIfTrue && in find() 7138 bool ExitIfTrue, in insert() argument [all …]
|