Home
last modified time | relevance | path

Searched refs:AllowPredicates (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h423 ExitLimitQuery(const Loop *L, BasicBlock *ExitingBlock, bool AllowPredicates)
424 : L(L), ExitingBlock(ExitingBlock), AllowPredicates(AllowPredicates) {}
428 bool AllowPredicates;
442 Val.AllowPredicates);
447 LHS.AllowPredicates == RHS.AllowPredicates;
1480 bool AllowPredicates = false);
1487 bool AllowPredicates = false);
1501 bool AllowPredicates = false);
1516 bool AllowPredicates;
1519 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates)
[all …]
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h889 bool AllowPredicates = false);
896 bool AllowPredicates = false);
914 bool AllowPredicates = false);
926 bool AllowPredicates = false);
967 bool AllowPredicates = false);
988 bool AllowPredicates = false);
992 bool AllowPredicates = false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp7003 bool AllowPredicates) { in computeBackedgeTakenCount() argument
7021 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount()
7023 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount()
7074 bool AllowPredicates) { in computeExitLimit() argument
7092 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit()
7114 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument
7115 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond()
7117 ControlsExit, AllowPredicates); in computeExitLimitFromCond()
7123 bool AllowPredicates) { in find() argument
7126 (void)this->AllowPredicates; in find()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5662 bool AllowPredicates) { in computeBackedgeTakenCount() argument
5677 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount()
5679 assert((AllowPredicates || EL.Pred.isAlwaysTrue()) && in computeBackedgeTakenCount()
5724 bool AllowPredicates) { in computeExitLimit() argument
5791 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit()
5807 bool AllowPredicates) { in computeExitLimitFromCond() argument
5815 AllowPredicates); in computeExitLimitFromCond()
5818 AllowPredicates); in computeExitLimitFromCond()
5863 AllowPredicates); in computeExitLimitFromCond()
5866 AllowPredicates); in computeExitLimitFromCond()
[all …]