Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dlambda-code.c335 LN_DEPTH (ret) = depth; in lambda_loopnest_new()
348 for (i = 0; i < LN_DEPTH (nest); i++) in print_lambda_loopnest()
351 print_lambda_loop (outfile, LN_LOOPS (nest)[i], LN_DEPTH (nest), in print_lambda_loopnest()
391 depth = LN_DEPTH (nest); in lambda_lattice_compute_base()
641 depth = LN_DEPTH (nest); in lambda_compute_auxillary_space()
784 depth = LN_DEPTH (auxillary_nest); in lambda_compute_target_space()
1040 depth = LN_DEPTH (nest); in lambda_loopnest_transform()
Dlambda.h138 #define LN_DEPTH(T) ((T)->depth) macro