Searched refs:chrec_contains_undetermined (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dtree-chrec.c876 chrec_contains_undetermined (tree chrec)
886 if (chrec_contains_undetermined (TREE_OPERAND (chrec, 2)))
890 if (chrec_contains_undetermined (TREE_OPERAND (chrec, 1)))
894 if (chrec_contains_undetermined (TREE_OPERAND (chrec, 0)))
872 chrec_contains_undetermined (tree chrec) function
H A Dtree-chrec.h91 extern bool chrec_contains_undetermined (tree);
H A Dtree-data-ref.c647 else if (chrec_contains_undetermined (chrec))
661 else if (chrec_contains_undetermined (chrec))
983 && chrec_contains_undetermined (loop->estimated_nb_iterations))
2417 if (chrec_contains_undetermined (numiter))
3429 || chrec_contains_undetermined (chrec_a)
3430 || chrec_contains_undetermined (chrec_b))
3566 if (chrec_contains_undetermined (SUB_DISTANCE (subscript)))
3595 if (chrec_contains_undetermined (SUB_DISTANCE (subscript)))
3918 if (chrec_contains_undetermined (overlaps_a)
3919 || chrec_contains_undetermined (overlaps_
[all...]
H A Dtree-scalar-evolution.c541 if (chrec_contains_undetermined (nb_iter))
2527 if (chrec_contains_undetermined (res))
2648 if (chrec_contains_undetermined (chrec))
2817 if (chrec_contains_undetermined (ev))
H A Dtree-ssa-loop-ivcanon.c305 && (chrec_contains_undetermined (niter)
309 if (chrec_contains_undetermined (niter)
H A Dtree-ssa-loop-niter.c1486 if (chrec_contains_undetermined (aniter))
1722 if (chrec_contains_undetermined (loop->estimated_nb_iterations)
1787 if (chrec_contains_undetermined (scev)
1886 if (chrec_contains_undetermined (loop->estimated_nb_iterations))
2025 if (chrec_contains_undetermined (base)
2026 || chrec_contains_undetermined (step)
H A Dtree-vect-analyze.c1996 if (chrec_contains_undetermined (number_of_iterations))

Completed in 184 milliseconds