Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dlambda-code.c334 LN_LOOPS (ret) = ggc_alloc_cleared (depth * sizeof (lambda_loop)); in lambda_loopnest_new()
351 print_lambda_loop (outfile, LN_LOOPS (nest)[i], LN_DEPTH (nest), in print_lambda_loopnest()
398 loop = LN_LOOPS (nest)[i]; in lambda_lattice_compute_base()
424 * LL_STEP (LN_LOOPS (nest)[j]); in lambda_lattice_compute_base()
505 LN_LOOPS (auxillary_nest)[i] = loop; in compute_nest_using_fourier_motzkin()
662 loop = LN_LOOPS (nest)[i]; in lambda_compute_auxillary_space()
808 LN_LOOPS (target_nest)[i] = target_loop; in lambda_compute_target_space()
832 auxillary_loop = LN_LOOPS (auxillary_nest)[i]; in lambda_compute_target_space()
833 target_loop = LN_LOOPS (target_nest)[i]; in lambda_compute_target_space()
953 target_loop = LN_LOOPS (target_nest)[i]; in lambda_compute_target_space()
[all …]
Dlambda.h137 #define LN_LOOPS(T) ((T)->loops) macro