Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDlambda-code.c781 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()
[all …]