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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 4025 tree niter_bound, extreme, delta; local
4095 /* STMT is executed at most NITER_BOUND + 1 times, since otherwise the value
4097 niter_bound = fold_build2 (FLOOR_DIV_EXPR, unsigned_type, delta, step);
4098 widest_int max = derive_constant_upper_bound (niter_bound);
4099 record_estimate (loop, niter_bound, max, stmt, false, realistic, upper);
4835 tree niter_bound local
4837 if (niter_bound != NULL_TREE)
4839 widest_int max = derive_constant_upper_bound (niter_bound);
4840 record_estimate (loop, niter_bound, max, cond,
5115 the number of executions of the statement NITER_BOUND->stmt recorded i
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 3610 tree niter_bound, extreme, delta; local
3678 /* STMT is executed at most NITER_BOUND + 1 times, since otherwise the value
3680 niter_bound = fold_build2 (FLOOR_DIV_EXPR, unsigned_type, delta, step);
3681 widest_int max = derive_constant_upper_bound (niter_bound);
3682 record_estimate (loop, niter_bound, max, stmt, false, realistic, upper);
4401 tree niter_bound local
4403 if (niter_bound != NULL_TREE)
4405 widest_int max = derive_constant_upper_bound (niter_bound);
4406 record_estimate (loop, niter_bound, max, cond,
4678 the number of executions of the statement NITER_BOUND->stmt recorded i
    [all...]

Completed in 97 milliseconds