Searched refs:gsi_next_nondebug (Results 1 – 24 of 24) sorted by relevance
238 gsi_next_nondebug (gimple_stmt_iterator *i) in gsi_next_nondebug() function267 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()
94 for (auto si = gsi_start_bb (bb); !gsi_end_p (si); gsi_next_nondebug (&si)) in find_function_exit()
371 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()
199 gsi_next_nondebug (&si); in isolate_path()200 gsi_next_nondebug (&si2); in isolate_path()
626 gsi_next_nondebug (&gsi1); in compare_bb()627 gsi_next_nondebug (&gsi2); in compare_bb()
486 gsi_next_nondebug (&gsi_split); in execute()
146 gsi_next_nondebug (&gsi); in create_iv()744 gsi_next_nondebug (&bsi)) in check_loop_closed_ssa_bb()
588 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()
3558 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()
688 gsi_next_nondebug (&gsi)) in profitable_path_p()
834 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()
4247 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()
3828 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()
824 gsi_next_nondebug (&gsi); in maybe_dead_abnormal_edge_p()
3495 gsi_next_nondebug (&bsi)) in determine_reduction_stmt_1()3509 gsi_next_nondebug (&bsi), ++ninsns) in determine_reduction_stmt_1()
2974 gsi_next_nondebug (&gsi); in maybe_diag_stxncpy_trunc()2994 gsi_next_nondebug (&gsi); in maybe_diag_stxncpy_trunc()
1043 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()
2751 !gsi_end_p (bsi); gsi_next_nondebug (&bsi)) in analyze_function_body()
2432 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()
1885 !gsi_end_p (si); gsi_next_nondebug (&si)) in analyze()
8811 gsi_next_nondebug (&gsi); in expand_omp_atomic_fetch_op()8819 gsi_next_nondebug (&gsi); in expand_omp_atomic_fetch_op()
9269 gsi_after_labels, gsi_next_nondebug, gsi_prev_nondebug,9275 gsi_after_labels, gsi_next_nondebug, gsi_prev_nondebug,
11949 (gsi_next_nondebug): New.
33431 check from within the loop. Use gsi_next_nondebug rather than gsi_next.