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

/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c781 lambda_loop auxillary_loop, target_loop; local
807 target_loop = lambda_loop_new ();
808 LN_LOOPS (target_nest)[i] = target_loop;
826 LL_LINEAR_OFFSET (target_loop) = expression;
833 target_loop = LN_LOOPS (target_nest)[i];
834 LL_STEP (target_loop) = LTM_MATRIX (H)[i][i];
887 if (!lle_equal (LL_LOWER_BOUND (target_loop), target_expr, depth,
890 LLE_NEXT (target_expr) = LL_LOWER_BOUND (target_loop);
891 LL_LOWER_BOUND (target_loop) = target_expr;
943 if (!lle_equal (LL_UPPER_BOUND (target_loop), target_exp
[all...]

Completed in 190 milliseconds