Searched refs:chrec_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-chrec.c67 gcc_assert (type == chrec_type (poly));
108 gcc_assert (chrec_type (poly0) == chrec_type (poly1));
109 gcc_assert (type == chrec_type (poly0));
185 gcc_assert (chrec_type (poly0) == chrec_type (poly1));
186 gcc_assert (type == chrec_type (poly0));
540 tree type = chrec_type (chrec);
601 gcc_assert (chrec_type (chrec) == chrec_type (init_con
[all...]
H A Dtree-chrec.h219 chrec_type (tree chrec)
215 chrec_type (tree chrec) function
H A Dtree-scalar-evolution.c480 tree type = chrec_type (nb_iter);
544 type = chrec_type (nb_iter);
670 type = chrec_type (chrec_before);
699 right = chrec_convert (chrec_type (left), right, at_stmt);
710 right = chrec_convert (chrec_type (left), to_add, at_stmt);
853 tree type = chrec_type (to_add);
899 tree type = chrec_type (res);
2149 tree type = chrec_type (chrec);
2244 op1 = chrec_convert (chrec_type (op0), op1, NULL_TREE);
H A Dtree-data-ref.c2060 init_cond = chrec_convert (chrec_type (access_fn), init_cond, stmt);
2061 new_step = chrec_convert (chrec_type (access_fn), new_step, stmt);
3153 type = chrec_type (*chrec_a);
H A Dtree-ssa-loop-niter.c1785 tree type = chrec_type (scev);

Completed in 39 milliseconds