Home
last modified time | relevance | path

Searched refs:gsi_next_nondebug (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-iterator.h238 gsi_next_nondebug (gimple_stmt_iterator *i) in gsi_next_nondebug() function
267 gsi_next_nondebug (&gsi); in gsi_start_nondebug()
281 gsi_next_nondebug (&i); in gsi_start_nondebug_bb()
295 gsi_next_nondebug (&i); in gsi_start_nondebug_after_labels_bb()
324 gsi_next_nondebug (&i); in gsi_one_nondebug_before_end_p()
Dgimple-warn-recursion.cc94 for (auto si = gsi_start_bb (bb); !gsi_end_p (si); gsi_next_nondebug (&si)) in find_function_exit()
Dtree-ssa-tail-merge.cc371 gsi_next_nondebug (gsi); in gsi_advance_fw_nondebug_nonlocal()
474 !gsi_end_p (gsi); gsi_next_nondebug (&gsi)) in same_succ_hash()
612 gsi_next_nondebug (&gsi1); in equal()
613 gsi_next_nondebug (&gsi2); in equal()
Dgimple-ssa-isolate-paths.cc199 gsi_next_nondebug (&si); in isolate_path()
200 gsi_next_nondebug (&si2); in isolate_path()
Dipa-icf-gimple.cc626 gsi_next_nondebug (&gsi1); in compare_bb()
627 gsi_next_nondebug (&gsi2); in compare_bb()
Dgimple-harden-conditionals.cc486 gsi_next_nondebug (&gsi_split); in execute()
Dtree-ssa-loop-manip.cc146 gsi_next_nondebug (&gsi); in create_iv()
744 gsi_next_nondebug (&bsi)) in check_loop_closed_ssa_bb()
Dtree-ssa-phiopt.cc588 gsi_next_nondebug (&gsi); in factor_out_conditional_conversion()
1296 gsi_next_nondebug (&gsi); in value_replacement()
2777 gsi_next_nondebug (&gsi); in cond_removal_in_builtin_zero_pattern()
2781 gsi_next_nondebug (&gsi); in cond_removal_in_builtin_zero_pattern()
Dtree-ssa-math-opts.cc3558 gsi_next_nondebug (&gsi); in maybe_optimize_guarding_check()
3581 gsi_next_nondebug (&gsi); in maybe_optimize_guarding_check()
3601 gsi_next_nondebug (&gsi); in maybe_optimize_guarding_check()
3610 gsi_next_nondebug (&gsi); in maybe_optimize_guarding_check()
4162 gsi_next_nondebug (&gsif); in match_arith_overflow()
Dtree-ssa-threadbackward.cc688 gsi_next_nondebug (&gsi)) in profitable_path_p()
Dgimple-loop-interchange.cc834 gsi_next_nondebug (&gsi); in find_deps_in_bb_for_stmt()
1799 !gsi_end_p (gsi); gsi_next_nondebug (&gsi)) in proper_loop_form_for_interchange()
Dtree-eh.cc4247 gsi_next_nondebug (&gsi); in unsplit_eh()
4598 gsi_next_nondebug (&gsi); in infinite_empty_loop_p()
4654 gsi_next_nondebug (&gsi); in cleanup_empty_eh()
4675 gsi_next_nondebug (&gsi); in cleanup_empty_eh()
Dgimple-ssa-warn-access.cc3828 for (; !gsi_end_p (gsi); gsi_next_nondebug (&gsi)) in use_after_inval_p()
3855 gsi_next_nondebug (&si)) in use_after_inval_p()
4385 gsi_next_nondebug (&si)) in check_block()
Dtree-cfgcleanup.cc824 gsi_next_nondebug (&gsi); in maybe_dead_abnormal_edge_p()
Dtree-loop-distribution.cc3495 gsi_next_nondebug (&bsi)) in determine_reduction_stmt_1()
3509 gsi_next_nondebug (&bsi), ++ninsns) in determine_reduction_stmt_1()
Dtree-ssa-strlen.cc2974 gsi_next_nondebug (&gsi); in maybe_diag_stxncpy_trunc()
2994 gsi_next_nondebug (&gsi); in maybe_diag_stxncpy_trunc()
Dtree-cfg.cc1043 gsi_next_nondebug (&gsi); in make_edges()
1947 gsi_next_nondebug (&next); in gimple_can_merge_blocks_p()
9066 gsi_next_nondebug (&i)) in gimple_account_profile_record()
Dipa-fnsummary.cc2751 !gsi_end_p (bsi); gsi_next_nondebug (&bsi)) in analyze_function_body()
Dgimplify.cc2432 gsi_next_nondebug (&gsi); in should_warn_for_implicit_fallthrough()
2445 gsi_next_nondebug (&gsi); in should_warn_for_implicit_fallthrough()
2492 gsi_next_nondebug (gsi_p); in warn_implicit_fallthrough_r()
Dipa-modref.cc1885 !gsi_end_p (si); gsi_next_nondebug (&si)) in analyze()
Domp-expand.cc8811 gsi_next_nondebug (&gsi); in expand_omp_atomic_fetch_op()
8819 gsi_next_nondebug (&gsi); in expand_omp_atomic_fetch_op()
DChangeLog-20139269 gsi_after_labels, gsi_next_nondebug, gsi_prev_nondebug,
9275 gsi_after_labels, gsi_next_nondebug, gsi_prev_nondebug,
DChangeLog-200911949 (gsi_next_nondebug): New.
DChangeLog-201633431 check from within the loop. Use gsi_next_nondebug rather than gsi_next.