Searched refs:lambda_loopnest (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | lambda.h | 135 } *lambda_loopnest; typedef 141 lambda_loopnest lambda_loopnest_new (int, int); 142 lambda_loopnest lambda_loopnest_transform (lambda_loopnest, lambda_trans_matrix); 146 void print_lambda_loopnest (FILE *, lambda_loopnest, char); 199 lambda_loopnest gcc_loopnest_to_lambda_loopnest (struct loops *, 205 lambda_loopnest, lambda_trans_matrix);
|
H A D | lambda-code.c | 147 static lambda_lattice lambda_lattice_compute_base (lambda_loopnest); 328 lambda_loopnest 331 lambda_loopnest ret; in lambda_loopnest_new() 345 print_lambda_loopnest (FILE * outfile, lambda_loopnest nest, char start) in print_lambda_loopnest() 381 lambda_lattice_compute_base (lambda_loopnest nest) in lambda_lattice_compute_base() 478 static lambda_loopnest 491 lambda_loopnest auxillary_nest; in compute_nest_using_fourier_motzkin() 628 static lambda_loopnest 629 lambda_compute_auxillary_space (lambda_loopnest nest, in lambda_compute_auxillary_space() 768 static lambda_loopnest [all …]
|
H A D | tree-loop-linear.c | 256 lambda_loopnest before, after; in linear_transform_loops()
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | loop.texi | 591 Once a @code{lambda_loopnest} is obtained from the conversion function,
|
H A D | gccint.info | 8487 Once a `lambda_loopnest' is obtained from the conversion function, it
|