Home
last modified time | relevance | path

Searched refs:si_p (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-propagate.c690 finish_update_gimple_call (gimple_stmt_iterator *si_p, gimple new_stmt, in finish_update_gimple_call() argument
700 gsi_replace (si_p, new_stmt, false); in finish_update_gimple_call()
708 update_gimple_call (gimple_stmt_iterator *si_p, tree fn, int nargs, ...) in update_gimple_call() argument
711 gimple new_stmt, stmt = gsi_stmt (*si_p); in update_gimple_call()
716 finish_update_gimple_call (si_p, new_stmt, stmt); in update_gimple_call()
734 update_call_from_tree (gimple_stmt_iterator *si_p, tree expr) in update_call_from_tree() argument
736 gimple stmt = gsi_stmt (*si_p); in update_call_from_tree()
757 finish_update_gimple_call (si_p, new_stmt, stmt); in update_call_from_tree()
808 gsi_replace (si_p, new_stmt, false); in update_call_from_tree()
H A Dgimple-fold.c543 gimplify_and_update_call_from_tree (gimple_stmt_iterator *si_p, tree expr) in gimplify_and_update_call_from_tree() argument
554 stmt = gsi_stmt (*si_p); in gimplify_and_update_call_from_tree()
575 gsi_replace (si_p, gimple_build_nop (), true); in gimplify_and_update_call_from_tree()
627 gsi_insert_before (si_p, last, GSI_NEW_STMT); in gimplify_and_update_call_from_tree()
628 gsi_next (si_p); in gimplify_and_update_call_from_tree()
659 gsi_replace (si_p, last, false); in gimplify_and_update_call_from_tree()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-isolate-paths.c68 insert_trap (gimple_stmt_iterator *si_p, tree op) in insert_trap() argument
79 gimple *stmt = gsi_stmt (*si_p); in insert_trap()
104 gsi_insert_after (si_p, seq, GSI_NEW_STMT); in insert_trap()
112 gsi_insert_before (si_p, seq, GSI_NEW_STMT); in insert_trap()
115 *si_p = gsi_for_stmt (stmt); in insert_trap()
H A Dtree-ssa-propagate.c621 finish_update_gimple_call (gimple_stmt_iterator *si_p, gimple *new_stmt, in finish_update_gimple_call() argument
631 gsi_replace (si_p, new_stmt, false); in finish_update_gimple_call()
639 update_gimple_call (gimple_stmt_iterator *si_p, tree fn, int nargs, ...) in update_gimple_call() argument
642 gcall *new_stmt, *stmt = as_a <gcall *> (gsi_stmt (*si_p)); in update_gimple_call()
647 finish_update_gimple_call (si_p, new_stmt, stmt); in update_gimple_call()
665 update_call_from_tree (gimple_stmt_iterator *si_p, tree expr) in update_call_from_tree() argument
667 gimple *stmt = gsi_stmt (*si_p); in update_call_from_tree()
688 finish_update_gimple_call (si_p, new_stmt, stmt); in update_call_from_tree()
738 gsi_replace (si_p, new_stmt, false); in update_call_from_tree()
H A Dgimple-fold.c458 gsi_replace_with_seq_vops (gimple_stmt_iterator *si_p, gimple_seq stmts) in gsi_replace_with_seq_vops() argument
460 gimple *stmt = gsi_stmt (*si_p); in gsi_replace_with_seq_vops()
521 gsi_replace_with_seq (si_p, stmts, false); in gsi_replace_with_seq_vops()
535 gimplify_and_update_call_from_tree (gimple_stmt_iterator *si_p, tree expr) in gimplify_and_update_call_from_tree() argument
542 stmt = gsi_stmt (*si_p); in gimplify_and_update_call_from_tree()
562 gsi_replace (si_p, gimple_build_nop (), false); in gimplify_and_update_call_from_tree()
577 gsi_replace_with_seq_vops (si_p, stmts); in gimplify_and_update_call_from_tree()