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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 3944 widest_int new_i_bound = i_bound + delta; local
3947 if (wi::ltu_p (new_i_bound, delta))
3951 do_warn_aggressive_loop_optimizations (loop, new_i_bound, at_stmt);
3952 record_niter_bound (loop, new_i_bound, realistic, upper);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 3529 widest_int new_i_bound = i_bound + delta; local
3532 if (wi::ltu_p (new_i_bound, delta))
3536 do_warn_aggressive_loop_optimizations (loop, new_i_bound, at_stmt);
3537 record_niter_bound (loop, new_i_bound, realistic, upper);

Completed in 17 milliseconds