HomeSort by: relevance | last modified time | path
    Searched refs:AllowPredicates (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 1624 /// If AllowPredicates is set, we will create new SCEV predicates as
1627 bool AllowPredicates = false);
1630 /// execute if it exits via the specified block. If AllowPredicates is set,
1634 bool AllowPredicates = false);
1644 /// If \p AllowPredicates is set, this call will try to use a minimal set of
1648 bool AllowPredicates = false);
1660 // AllowPredicates) tuple, but recursive calls to
1668 bool AllowPredicates;
1671 ExitLimitCache(const Loop *L, bool ExitIfTrue, bool AllowPredicates)
1672 : L(L), ExitIfTrue(ExitIfTrue), AllowPredicates(AllowPredicates) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 7080 computeBackedgeTakenCount(L, /*AllowPredicates=*/true);
7481 bool AllowPredicates) {
7510 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates);
7512 assert((AllowPredicates || EL.Predicates.empty()) &&
7563 bool AllowPredicates) {
7581 /*ControlsExit=*/IsOnlyExit, AllowPredicates);
7603 bool ControlsExit, bool AllowPredicates) {
7604 ScalarEvolution::ExitLimitCacheTy Cache(L, ExitIfTrue, AllowPredicates);
7606 ControlsExit, AllowPredicates);
7612 bool AllowPredicates) {
    [all...]

Completed in 53 milliseconds