Home | History | Annotate | Download | only in gcc

Lines Matching refs:nb_iterations

3437   if (!loop->nb_iterations
3438 || TREE_CODE (loop->nb_iterations) != INTEGER_CST
3447 || wi::cmpu (i_bound, wi::to_widest (loop->nb_iterations)) >= 0
3458 print_dec (i_bound, buf, TYPE_UNSIGNED (TREE_TYPE (loop->nb_iterations))
3504 || loop->nb_iterations == NULL_TREE
3505 || TREE_CODE (loop->nb_iterations) != INTEGER_CST))
4385 nb_iterations is computed if possible. If it turns out
4439 if (loop->nb_iterations
4440 && TREE_CODE (loop->nb_iterations) == INTEGER_CST)
4443 loop->nb_iterations_upper_bound = wi::to_widest (loop->nb_iterations);
5081 loop->nb_iterations = NULL;
5115 loop->nb_iterations = simplify_replace_tree (loop->nb_iterations, name, val);