Searched defs:loop_nest (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-loop-linear.c | 254 struct loop *loop_nest = loops->parray[i]; in linear_transform_loops() local
|
H A D | cgraph.c | 1038 tree call_stmt, gcov_type count_scale, int loop_nest, in cgraph_clone_edge() 1064 cgraph_clone_node (struct cgraph_node *n, gcov_type count, int loop_nest, in cgraph_clone_node()
|
H A D | tree-data-ref.c | 2188 initialize_data_dependence_relation (struct data_reference *a, in initialize_data_dependence_relation() 4065 compute_all_dependences (VEC (data_reference_p, heap) *datarefs, in compute_all_dependences() 4234 find_loop_nest_1 (struct loop *loop, VEC (loop_p, heap) **loop_nest) in find_loop_nest_1() 4265 find_loop_nest (struct loop *loop, VEC (loop_p, heap) **loop_nest) in find_loop_nest() 4285 struct loop *loop_nest = loop; in compute_data_dependences_for_loop() local
|
H A D | cgraph.h | 191 int loop_nest; member
|
H A D | tree-data-ref.h | 301 index_in_loop_nest (int var, VEC (loop_p, heap) *loop_nest) in index_in_loop_nest()
|
H A D | lambda-code.c | 1461 struct loop *loop_nest, in gcc_loopnest_to_lambda_loopnest()
|