Home | History | Annotate | Download | only in gcc

Lines Matching defs:walk_gimple_seq_mod

44 walk_gimple_seq_mod (gimple_seq *pseq, walk_stmt_fn callback_stmt,
73 /* Like walk_gimple_seq_mod, but ensure that the head of SEQ isn't
81 gimple *ret = walk_gimple_seq_mod (&seq2, callback_stmt, callback_op, wi);
629 ret = walk_gimple_seq_mod (gimple_bind_body_ptr (as_a <gbind *> (stmt)),
636 walk_gimple_seq_mod (gimple_catch_handler_ptr (
644 ret = walk_gimple_seq_mod (gimple_eh_filter_failure_ptr (stmt), callback_stmt,
653 ret = walk_gimple_seq_mod (gimple_eh_else_n_body_ptr (eh_else_stmt),
657 ret = walk_gimple_seq_mod (gimple_eh_else_e_body_ptr (eh_else_stmt),
665 ret = walk_gimple_seq_mod (gimple_try_eval_ptr (stmt), callback_stmt, callback_op,
670 ret = walk_gimple_seq_mod (gimple_try_cleanup_ptr (stmt), callback_stmt,
677 ret = walk_gimple_seq_mod (gimple_omp_for_pre_body_ptr (stmt), callback_stmt,
697 ret = walk_gimple_seq_mod (gimple_omp_body_ptr (stmt), callback_stmt,
704 ret = walk_gimple_seq_mod (gimple_wce_cleanup_ptr (stmt), callback_stmt,
711 ret = walk_gimple_seq_mod (gimple_transaction_body_ptr (