Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dlambda-code.c307 step = LL_STEP (loop); in print_lambda_loop()
400 step = LL_STEP (loop); in lambda_lattice_compute_base()
424 * LL_STEP (LN_LOOPS (nest)[j]); in lambda_lattice_compute_base()
506 LL_STEP (loop) = 1; in compute_nest_using_fourier_motzkin()
665 if (LL_STEP (loop) > 0) in lambda_compute_auxillary_space()
697 if (LL_STEP (loop) > 0) in lambda_compute_auxillary_space()
834 LL_STEP (target_loop) = LTM_MATRIX (H)[i][i]; in lambda_compute_target_space()
958 LL_STEP (target_loop) *= -1; in lambda_compute_target_space()
1047 if (LL_STEP (LN_LOOPS (nest)[i]) > 0) in lambda_loopnest_transform()
1411 LL_STEP (lloop) = stepint; in gcc_loop_to_lambda_loop()
[all …]
H A Dlambda.h122 #define LL_STEP(T) ((T)->step) macro