Lines Matching refs:target_loop
781 lambda_loop auxillary_loop, target_loop; in lambda_compute_target_space() local
807 target_loop = lambda_loop_new (); in lambda_compute_target_space()
808 LN_LOOPS (target_nest)[i] = target_loop; in lambda_compute_target_space()
826 LL_LINEAR_OFFSET (target_loop) = expression; in lambda_compute_target_space()
833 target_loop = LN_LOOPS (target_nest)[i]; in lambda_compute_target_space()
834 LL_STEP (target_loop) = LTM_MATRIX (H)[i][i]; in lambda_compute_target_space()
887 if (!lle_equal (LL_LOWER_BOUND (target_loop), target_expr, depth, in lambda_compute_target_space()
890 LLE_NEXT (target_expr) = LL_LOWER_BOUND (target_loop); in lambda_compute_target_space()
891 LL_LOWER_BOUND (target_loop) = target_expr; in lambda_compute_target_space()
943 if (!lle_equal (LL_UPPER_BOUND (target_loop), target_expr, depth, in lambda_compute_target_space()
946 LLE_NEXT (target_expr) = LL_UPPER_BOUND (target_loop); in lambda_compute_target_space()
947 LL_UPPER_BOUND (target_loop) = target_expr; in lambda_compute_target_space()
953 target_loop = LN_LOOPS (target_nest)[i]; in lambda_compute_target_space()
958 LL_STEP (target_loop) *= -1; in lambda_compute_target_space()
959 tmp_expr = LL_LOWER_BOUND (target_loop); in lambda_compute_target_space()
960 LL_LOWER_BOUND (target_loop) = LL_UPPER_BOUND (target_loop); in lambda_compute_target_space()
961 LL_UPPER_BOUND (target_loop) = tmp_expr; in lambda_compute_target_space()