Home
last modified time | relevance | path

Searched refs:auxillary_expr (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dlambda-code.c782 lambda_linear_expression expression, auxillary_expr, target_expr, tmp_expr; in lambda_compute_target_space() local
838 auxillary_expr = LL_LOWER_BOUND (auxillary_loop); in lambda_compute_target_space()
840 for (; auxillary_expr != NULL; in lambda_compute_target_space()
841 auxillary_expr = LLE_NEXT (auxillary_expr)) in lambda_compute_target_space()
844 lambda_vector_matrix_mult (LLE_COEFFICIENTS (auxillary_expr), in lambda_compute_target_space()
851 LLE_CONSTANT (target_expr) = LLE_CONSTANT (auxillary_expr) * factor; in lambda_compute_target_space()
852 lambda_vector_copy (LLE_INVARIANT_COEFFICIENTS (auxillary_expr), in lambda_compute_target_space()
858 LLE_DENOMINATOR (target_expr) = LLE_DENOMINATOR (auxillary_expr); in lambda_compute_target_space()
895 auxillary_expr = LL_UPPER_BOUND (auxillary_loop); in lambda_compute_target_space()
897 for (; auxillary_expr != NULL; in lambda_compute_target_space()
[all …]