Searched refs:remove_edges (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-unroll.c | 504 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local 529 &remove_edges, in unroll_loop_constant_iterations() 578 &remove_edges, in unroll_loop_constant_iterations() 615 &remove_edges, in unroll_loop_constant_iterations() 657 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations() 974 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local 989 &remove_edges, in unroll_loop_runtime_iterations() 1011 &remove_edges, in unroll_loop_runtime_iterations() 1076 &remove_edges, in unroll_loop_runtime_iterations() 1108 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-unroll.cc | 501 auto_vec<edge> remove_edges; in unroll_loop_constant_iterations() local 525 desc->out_edge, &remove_edges, in unroll_loop_constant_iterations() 571 desc->out_edge, &remove_edges, in unroll_loop_constant_iterations() 605 &remove_edges, in unroll_loop_constant_iterations() 644 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_constant_iterations() 955 auto_vec<edge> remove_edges; in unroll_loop_runtime_iterations() local 970 &remove_edges, in unroll_loop_runtime_iterations() 992 &remove_edges, in unroll_loop_runtime_iterations() 1056 &remove_edges, in unroll_loop_runtime_iterations() 1085 FOR_EACH_VEC_ELT (remove_edges, i, e) in unroll_loop_runtime_iterations()
|