Searched refs:target_loop (Results 1 – 2 of 2) sorted by relevance
781 lambda_loop auxillary_loop, target_loop; in lambda_compute_target_space() local807 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 …]
2854 struct loop *target_loop = uid_loop[INSN_UID (target)]; local2874 && uid_loop[INSN_UID (loc)] == target_loop)2887 && uid_loop[INSN_UID (loc)] == target_loop)2935 uid_loop[INSN_UID (q)] = target_loop;2957 for (loop = this_loop; loop && loop != target_loop;