Home
last modified time | relevance | path

Searched refs:gsi_insert_on_edge (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc259 gsi_insert_on_edge (e, stmt); in gimple_gen_edge_profiler()
273 gsi_insert_on_edge (e, stmt1); in gimple_gen_edge_profiler()
274 gsi_insert_on_edge (e, stmt2); in gimple_gen_edge_profiler()
275 gsi_insert_on_edge (e, stmt3); in gimple_gen_edge_profiler()
H A Dgimple-iterator.h87 extern void gsi_insert_on_edge (edge, gimple *);
H A Dtree-ssa-phiprop.cc207 gsi_insert_on_edge (e, tmp); in phiprop_insert_phi()
H A Dgimple-iterator.cc704 gsi_insert_on_edge (edge e, gimple *stmt) in gsi_insert_on_edge() function
H A Dtree-ssa-loop-im.cc1272 gsi_insert_on_edge (loop_preheader_edge (level), new_stmt); in move_computations_worker()
1355 gsi_insert_on_edge (e, stmt); in move_computations_worker()
2336 gsi_insert_on_edge (ex, store); in execute_sm_exit()
2346 gsi_insert_on_edge (ex, store); in execute_sm_exit()
H A Dgimple-ssa-strength-reduction.cc2352 gsi_insert_on_edge (e, cast_stmt); in create_add_on_incoming_edge()
2356 gsi_insert_on_edge (e, new_stmt); in create_add_on_incoming_edge()
H A Dtree-vrp.cc3382 gsi_insert_on_edge (loc->e, assert_stmt); in process_assert_insertions_for()
3411 gsi_insert_on_edge (e, assert_stmt); in process_assert_insertions_for()
H A Dtree-ssa-phiopt.cc3242 gsi_insert_on_edge (e1, new_stmt); in cond_store_replacement()
H A Dtree-cfg.cc8669 gsi_insert_on_edge (e, gimple_build_nop ()); in gimple_flow_call_edges_add()
H A DChangeLog.tuples5107 (gsi_insert_on_edge): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c256 gsi_insert_on_edge (e, stmt); in gimple_gen_edge_profiler()
270 gsi_insert_on_edge (e, stmt1); in gimple_gen_edge_profiler()
271 gsi_insert_on_edge (e, stmt2); in gimple_gen_edge_profiler()
272 gsi_insert_on_edge (e, stmt3); in gimple_gen_edge_profiler()
H A Dgimple-iterator.h87 extern void gsi_insert_on_edge (edge, gimple *);
H A Dtree-ssa-phiprop.c207 gsi_insert_on_edge (e, tmp); in phiprop_insert_phi()
H A Dgimple-iterator.c700 gsi_insert_on_edge (edge e, gimple *stmt) in gsi_insert_on_edge() function
H A Dtree-ssa-loop-im.c1177 gsi_insert_on_edge (loop_preheader_edge (level), new_stmt); in move_computations_worker()
1257 gsi_insert_on_edge (e, stmt); in move_computations_worker()
2134 gsi_insert_on_edge (ex, store); in execute_sm()
H A Dgimple-ssa-strength-reduction.c2353 gsi_insert_on_edge (e, cast_stmt); in create_add_on_incoming_edge()
2357 gsi_insert_on_edge (e, new_stmt); in create_add_on_incoming_edge()
H A Dtree-vrp.c3183 gsi_insert_on_edge (loc->e, assert_stmt); in process_assert_insertions_for()
3212 gsi_insert_on_edge (e, assert_stmt); in process_assert_insertions_for()
H A Dtree-ssa-phiopt.c2292 gsi_insert_on_edge (e1, new_stmt); in cond_store_replacement()
H A Dtree-cfg.c8575 gsi_insert_on_edge (e, gimple_build_nop ()); in gimple_flow_call_edges_add()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcfg.texi622 @findex gsi_insert_on_edge
634 @code{gsi_insert_on_edge} which inserts a block statement
H A Dgimple.texi2658 @deftypefn {GIMPLE function} void gsi_insert_on_edge (edge e, gimple stmt)
2670 Similar to @code{gsi_insert_on_edge}+@code{gsi_commit_edge_inserts}. If a new
H A Dgccint.info15477 -- GIMPLE function: void gsi_insert_on_edge (edge e, gimple stmt)
15489 Similar to 'gsi_insert_on_edge'+'gsi_commit_edge_inserts'. If a
21237 'gsi_insert_on_edge' which inserts a block statement iterator on an
55560 * gsi_insert_on_edge: Sequence iterators. (line 173)
55561 * gsi_insert_on_edge <1>: Maintaining the CFG.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcfg.texi622 @findex gsi_insert_on_edge
634 @code{gsi_insert_on_edge} which inserts a block statement
H A Dgimple.texi2666 @deftypefn {GIMPLE function} void gsi_insert_on_edge (edge e, gimple stmt)
2678 Similar to @code{gsi_insert_on_edge}+@code{gsi_commit_edge_inserts}. If a new
H A Dgccint.info15066 -- GIMPLE function: void gsi_insert_on_edge (edge e, gimple stmt)
15078 Similar to 'gsi_insert_on_edge'+'gsi_commit_edge_inserts'. If a
20207 'gsi_insert_on_edge' which inserts a block statement iterator on an
53826 * gsi_insert_on_edge: Sequence iterators. (line 173)
53827 * gsi_insert_on_edge <1>: Maintaining the CFG.