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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-scalar-evolution.c2143 instantiate_parameters_1 (struct loop *loop, tree chrec, int flags, htab_t cache,
2191 /* To make things even more complicated, instantiate_parameters_1
2193 analysis that may in turn call instantiate_parameters_1 again.
2222 res = instantiate_parameters_1 (loop, res, flags, cache, size_expr);
2231 op0 = instantiate_parameters_1 (loop, CHREC_LEFT (chrec),
2236 op1 = instantiate_parameters_1 (loop, CHREC_RIGHT (chrec),
2250 op0 = instantiate_parameters_1 (loop, TREE_OPERAND (chrec, 0),
2255 op1 = instantiate_parameters_1 (loop, TREE_OPERAND (chrec, 1),
2270 op0 = instantiate_parameters_1 (loop, TREE_OPERAND (chrec, 0),
2275 op1 = instantiate_parameters_1 (loo
2138 instantiate_parameters_1 (struct loop *loop, tree chrec, int flags, htab_t cache, function
[all...]

Completed in 108 milliseconds