Searched refs:loop_num (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dtree-chrec.h103 build_polynomial_chrec (unsigned loop_num,
114 build_int_cst (NULL_TREE, loop_num), left, right);
202 no_evolution_in_loop_p (tree chrec, unsigned loop_num, bool *res)
208 || chrec_contains_symbols_defined_in_loop (chrec, loop_num))
211 scev = hide_evolution_in_other_loops_than_loop (chrec, loop_num);
100 build_polynomial_chrec(unsigned loop_num, tree left, tree right) argument
198 no_evolution_in_loop_p(tree chrec, unsigned loop_num, bool *res) argument
H A Dtree-chrec.c635 unsigned loop_num)
643 if (CHREC_VARIABLE (chrec) == loop_num)
645 (loop_num,
647 loop_num),
650 else if (CHREC_VARIABLE (chrec) < loop_num)
656 loop_num);
668 unsigned loop_num,
679 if (CHREC_VARIABLE (chrec) == loop_num)
692 (loop_num,
694 loop_num,
631 hide_evolution_in_other_loops_than_loop(tree chrec, unsigned loop_num) argument
664 chrec_component_in_loop_num(tree chrec, unsigned loop_num, bool right) argument
718 evolution_part_in_loop_num(tree chrec, unsigned loop_num) argument
729 initial_condition_in_loop_num(tree chrec, unsigned loop_num) argument
741 reset_evolution_in_loop(unsigned loop_num, tree chrec, tree new_evol) argument
[all...]
H A Dtree-if-conv.c1133 unsigned i, loop_num; local
1139 loop_num = current_loops->num;
1140 for (i = 0; i < loop_num; i++)
H A Dtree-vect-transform.c2593 int loop_num; local
2608 loop_num = loop->num;
2612 gcc_assert (loop_num == loop->num);

Completed in 121 milliseconds