Home
last modified time | relevance | path

Searched refs:walk_gimple_seq (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-walk.h88 extern gimple *walk_gimple_seq (gimple_seq, walk_stmt_fn, walk_tree_fn,
Domp-oacc-kernels-decompose.cc222 walk_gimple_seq (gs, adjust_region_code_walk_stmt_fn, NULL, &wi); in adjust_region_code()
296 walk_gimple_seq (gs, visit_loops_in_gang_single_region, NULL, &wi); in make_loops_gang_single()
602 walk_gimple_seq (body, adjust_nested_loop_clauses, NULL, &wi); in transform_kernels_loop_clauses()
Dgimple-walk.cc77 walk_gimple_seq (gimple_seq seq, walk_stmt_fn callback_stmt, in walk_gimple_seq() function
Dtree-inline.cc4087 ret = walk_gimple_seq (seq, inline_forbidden_p_stmt, NULL, &wi); in inline_forbidden_p()
5826 walk_gimple_seq (seq, mark_local_labels_stmt, NULL, wi); in duplicate_remap_omp_clause_seq()
5828 walk_gimple_seq (copy, replace_locals_stmt, replace_locals_op, wi); in duplicate_remap_omp_clause_seq()
5865 walk_gimple_seq (seq, mark_local_labels_stmt, NULL, &wi); in copy_gimple_seq_and_replace_locals()
5872 walk_gimple_seq (copy, replace_locals_stmt, replace_locals_op, &wi); in copy_gimple_seq_and_replace_locals()
Dtrans-mem.cc809 walk_gimple_seq (gimple_transaction_body (trans_stmt), in diagnose_tm_1()
838 walk_gimple_seq (gimple_body (current_function_decl), in diagnose_tm_blocks()
1710 walk_gimple_seq (uninst, make_tm_uninst, NULL, &this_wi); in lower_transaction()
DChangeLog.tuples3118 (walk_gimple_seq): Change return type to gimple. Update
3127 If any call to walk_gimple_seq returns a non-NULL value,
4171 * gimple.c (walk_gimple_seq): Do not set wi->gsi.
4258 * gimple.c (walk_gimple_seq): Pass GSI to walk_gimple_stmt.
4976 * gimple.c (walk_gimple_seq): Guard against WI == NULL.
5864 (walk_gimple_seq): Change return type to tree. Update all
6271 (walk_gimple_seq): Add arguments CALLBACK_STMT and
6675 (walk_body): Call walk_gimple_seq.
6696 (walk_gimple_seq): Rename from walk_seq_ops. Update all
6728 (walk_gimple_seq): Declare.
Domp-low.cc2172 walk_gimple_seq (gimple_omp_body (stmt), omp_find_combined_for, NULL, &wi); in add_taskreg_looptemp_clauses()
12461 walk_gimple_seq (par_body, check_combined_parallel, NULL, &wi); in lower_omp_taskreg()
14697 walk_gimple_seq (gimple_omp_body (stmt), diagnose_sb_1, NULL, wi); in diagnose_sb_1()
14706 walk_gimple_seq (gimple_omp_for_pre_body (stmt), in diagnose_sb_1()
14708 walk_gimple_seq (gimple_omp_body (stmt), diagnose_sb_1, NULL, wi); in diagnose_sb_1()
14839 walk_gimple_seq (body, diagnose_sb_1, NULL, &wi); in diagnose_omp_structured_block_errors()
Dgimplify.cc2171 walk_gimple_seq (seq, warn_switch_unreachable_and_auto_init_r, NULL, &wi); in maybe_warn_switch_unreachable_and_auto_init()
2568 walk_gimple_seq (seq, warn_implicit_fallthrough_r, NULL, &wi); in maybe_warn_implicit_fallthrough()
11054 walk_gimple_seq (gimple_omp_for_pre_body (stmt), in omp_find_stores_stmt()
11375 walk_gimple_seq (body, omp_find_stores_stmt, in gimplify_adjust_omp_clauses()
DChangeLog.gimple-classes394 (walk_gimple_seq): Likewise.
DChangeLog-201222334 call walk_gimple_seq_mod instead of walk_gimple_seq.
26276 * gimple.c (walk_gimple_seq_mod): Renamed from walk_gimple_seq,
26279 (walk_gimple_seq): New wrapper around walk_gimple_seq_mod,
26281 (walk_gimple_stmt): Replace all calls to walk_gimple_seq with
DChangeLog-20139281 (walk_gimple_seq_mod, walk_gimple_seq, walk_gimple_asm, walk_gimple_op,
9285 * gimple.c (walk_gimple_seq_mod, walk_gimple_seq, walk_gimple_asm,
DChangeLog-20114176 (walk_gimple_seq): Honor removed_stmt. Document usage of removed_stmt
DChangeLog-20153904 omp_find_stores_{stmt,op} on the body through walk_gimple_seq.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgimple.texi2720 sequences: @code{walk_gimple_stmt} and @code{walk_gimple_seq},
2766 @deftypefn {GIMPLE function} tree walk_gimple_seq (gimple_seq seq, @
Dgccint.info15537 'walk_gimple_stmt' and 'walk_gimple_seq', accordingly, and a third
15577 -- GIMPLE function: tree walk_gimple_seq (gimple_seq seq, walk_stmt_fn
58219 * walk_gimple_seq: Statement and operand traversals.