Searched refs:AllowPredicates (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1601 bool AllowPredicates = false); 1608 bool AllowPredicates = false); 1622 bool AllowPredicates = false); 1642 bool AllowPredicates; 1645 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates) 1646 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {} 1649 bool ControlsExit, bool AllowPredicates); 1652 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL); 1661 bool AllowPredicates); 1665 bool AllowPredicates); [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1506 bool AllowPredicates = false); 1513 bool AllowPredicates = false); 1527 bool AllowPredicates = false); 1542 bool AllowPredicates; 1545 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates) 1546 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {} 1549 bool ControlsExit, bool AllowPredicates); 1552 bool ControlsExit, bool AllowPredicates, const ExitLimit &EL); 1561 bool AllowPredicates); 1565 bool AllowPredicates); [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 889 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-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7101 bool AllowPredicates) { in computeBackedgeTakenCount() argument 7130 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount() 7132 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount() 7183 bool AllowPredicates) { in computeExitLimit() argument 7201 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit() 7223 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument 7224 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond() 7226 ControlsExit, AllowPredicates); in computeExitLimitFromCond() 7232 bool AllowPredicates) { in find() argument 7235 (void)this->AllowPredicates; in find() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7361 bool AllowPredicates) { in computeBackedgeTakenCount() argument 7390 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount() 7392 assert((AllowPredicates || EL.Predicates.empty()) && in computeBackedgeTakenCount() 7443 bool AllowPredicates) { in computeExitLimit() argument 7461 /*ControlsExit=*/IsOnlyExit, AllowPredicates); in computeExitLimit() 7483 bool ControlsExit, bool AllowPredicates) { in computeExitLimitFromCond() argument 7484 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates); in computeExitLimitFromCond() 7486 ControlsExit, AllowPredicates); in computeExitLimitFromCond() 7492 bool AllowPredicates) { in find() argument 7495 (void)this->AllowPredicates; in find() [all …]
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5662 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 …]
|