Searched refs:chrec_contains_symbols (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dtree-chrec.c840 chrec_contains_symbols (tree chrec)
857 if (chrec_contains_symbols (TREE_OPERAND (chrec, 2)))
861 if (chrec_contains_symbols (TREE_OPERAND (chrec, 1)))
865 if (chrec_contains_symbols (TREE_OPERAND (chrec, 0)))
836 chrec_contains_symbols (tree chrec) function
H A Dtree-chrec.h89 extern bool chrec_contains_symbols (tree);
H A Dtree-data-ref.c3148 if (chrec_contains_symbols (CHREC_RIGHT (*chrec_a))
3149 || chrec_contains_symbols (CHREC_RIGHT (*chrec_b)))
3205 if (!chrec_contains_symbols (chrec_a)
3206 && !chrec_contains_symbols (chrec_b))
3351 && !chrec_contains_symbols (chrec_a)
3353 && !chrec_contains_symbols (chrec_b))
3451 else if ((chrec_contains_symbols (chrec_a)
3452 || chrec_contains_symbols (chrec_b))

Completed in 401 milliseconds