Home
last modified time | relevance | path

Searched refs:bsi_start (Results 1 – 25 of 67) sorted by relevance

123

/freebsd-9-stable/contrib/gcc/
Dtree-nrv.c122 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_nrv()
204 for (bsi = bsi_start (bb); !bsi_end_p (bsi); ) in tree_nrv()
295 for (i = bsi_start (bb); !bsi_end_p (i); bsi_next (&i)) in execute_return_slot_opt()
Dtree-optimize.c206 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in execute_free_cfg_annotations()
270 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in execute_fixup_cfg()
286 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in execute_fixup_cfg()
Ddomwalk.c204 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in walk_dominator_tree()
244 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in walk_dominator_tree()
Dtree-cfg.c294 block_stmt_iterator new_bsi = bsi_start (new_bb); in factor_computed_gotos()
833 bsi_start (BASIC_BLOCK (NUM_FIXED_BLOCKS)); in label_to_block_fn()
856 for (bsi = bsi_start (target_bb); !bsi_end_p (bsi); bsi_next (&bsi)) in make_abnormal_goto_edges()
967 for (i = bsi_start (bb); !bsi_end_p (i); bsi_next (&i)) in cleanup_dead_labels()
1068 for (i = bsi_start (bb); !bsi_end_p (i); ) in cleanup_dead_labels()
1234 for (bsi = bsi_start (b); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_can_merge_blocks_p()
1367 for (bsi = bsi_start (b); !bsi_end_p (bsi);) in tree_merge_blocks()
1382 block_stmt_iterator dest_bsi = bsi_start (a); in tree_merge_blocks()
2038 for (i = bsi_start (bb); !bsi_end_p (i);) in remove_bb()
2058 new_bsi = bsi_start (new_bb); in remove_bb()
[all …]
Dtree-inline.c694 copy_bsi = bsi_start (copy_basic_block); in copy_bb()
696 for (bsi = bsi_start (bb); in copy_bb()
819 for (bsi = bsi_start (new_bb); !bsi_end_p (bsi);) in copy_edges_for_bb()
848 bsi = bsi_start (new_bb); in copy_edges_for_bb()
1468 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in inline_forbidden_p()
1862 for (bsi = bsi_start (bb); in estimate_num_insns()
2047 bsi = bsi_start (return_block); in expand_call_inline()
2059 stmt_bsi = bsi_start (return_block); in expand_call_inline()
2196 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in gimple_expand_calls_inline()
Dtree-ssa-loop-ivcanon.c124 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_num_loop_insns()
444 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi)) in empty_loop_p()
Dtree-stdarg.c514 for (i = bsi_start (bb); !bsi_end_p (i); bsi_next (&i)) in check_all_va_list_escapes()
633 for (i = bsi_start (bb); !bsi_end_p (i); bsi_next (&i)) in execute_optimize_stdarg()
790 for (i = bsi_start (bb); in execute_optimize_stdarg()
Dtree-ssa-propagate.c417 for (j = bsi_start (block); !bsi_end_p (j); bsi_next (&j)) in simulate_block()
495 for (si = bsi_start (bb); !bsi_end_p (si); bsi_next (&si)) in ssa_prop_init()
1113 for (i = bsi_start (bb); !bsi_end_p (i); bsi_next (&i)) in substitute_and_fold()
Dtree-ssa-loop-ch.c80 for (bsi = bsi_start (header); !bsi_end_p (bsi); bsi_next (&bsi)) in should_duplicate_loop_header_p()
Dtree-ssa-loop-im.c594 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in determine_invariantness_stmt()
728 for (bsi = bsi_start (bb); !bsi_end_p (bsi); ) in move_computations_stmt()
1300 for (bsi = bsi_start (body[i]); !bsi_end_p (bsi); bsi_next (&bsi)) in gather_mem_refs()
1512 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_ssa_lim_initialize()
Dtree-if-conv.c179 for (itr = bsi_start (bb); !bsi_end_p (itr); /* empty */) in tree_if_conversion()
561 for (itr = bsi_start (bb); !bsi_end_p (itr); bsi_next (&itr)) in if_convertible_loop_p()
968 for (bsi = bsi_start (bb); !bsi_end_p (bsi); ) in combine_blocks()
Dtree-cfgcleanup.c476 bsi_to = bsi_start (dest); in remove_forwarder_block()
477 for (bsi = bsi_start (bb); !bsi_end_p (bsi); ) in remove_forwarder_block()
Dtree-ssa.c740 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in verify_ssa()
872 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in delete_tree_ssa()
1253 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in execute_early_warn_uninitialized()
Domp-low.c2236 si = bsi_start (cond_bb); in expand_parallel_call()
2239 si = bsi_start (then_bb); in expand_parallel_call()
2245 si = bsi_start (else_bb); in expand_parallel_call()
2262 si = bsi_start (bb); in expand_parallel_call()
2485 for (si = bsi_start (entry_succ_bb); ; bsi_next (&si)) in expand_omp_parallel()
2674 si = bsi_start (l0_bb); in expand_omp_for_generic()
2720 si = bsi_start (l2_bb); in expand_omp_for_generic()
2880 si = bsi_start (seq_start_bb); in expand_omp_for_static_nochunk()
3047 si = bsi_start (iter_part_bb); in expand_omp_for_static_chunk()
3064 si = bsi_start (seq_start_bb); in expand_omp_for_static_chunk()
[all …]
Dtree-vectorizer.c230 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in rename_variables_in_bb()
1252 for (si = bsi_start (bb); !bsi_end_p (si); bsi_next (&si)) in find_loop_location()
1408 for (si = bsi_start (bb); !bsi_end_p (si); bsi_next (&si)) in new_loop_vec_info()
1472 for (si = bsi_start (bb); !bsi_end_p (si); ) in destroy_loop_vec_info()
Dtree-ssa-dce.c413 for (i = bsi_start (bb); ! bsi_end_p (i); bsi_next (&i)) in find_obviously_necessary_stmts()
643 for (i = bsi_start (bb); ! bsi_end_p (i) ; ) in eliminate_unnecessary_stmts()
Dlambda-code.c1881 bsi = bsi_start (bb); in lambda_loopnest_to_gcc_loopnest()
2088 for (bsi = bsi_start (bbs[i]); !bsi_end_p (bsi); bsi_next (&bsi)) in perfect_nest_p()
2298 for (bsi = bsi_start (bbs[i]); !bsi_end_p (bsi); bsi_next (&bsi)) in can_convert_to_perfect_nest()
2510 bsi = bsi_start (bodybb); in perfect_nestify()
2566 firstbsi = bsi_start (bodybb); in perfect_nestify()
2588 for (bsi = bsi_start (bbs[i]); !bsi_end_p (bsi);) in perfect_nestify()
2608 for (bsi = bsi_start (bbs[i]); !bsi_end_p (bsi);) in perfect_nestify()
Dtree-mudflap.c689 bsi = bsi_start (then_bb); in mf_build_check_statement_for()
693 *instr_bsi = bsi_start (join_bb); in mf_build_check_statement_for()
908 for (i = bsi_start (bb); !bsi_end_p (i); bsi_next (&i)) in mf_xform_derefs()
Dtree-ssa-copyrename.c315 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in rename_ssa_copies()
Dtree-complex.c191 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in init_dont_simulate_again()
1173 *bsi = bsi_start (bb_join); in expand_complex_div_wide()
1521 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_lower_complex()
1567 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_lower_complex_O0()
Dtree-dfa.c104 for (si = bsi_start (bb); !bsi_end_p (si); bsi_next (&si)) in find_referenced_vars()
524 for (i = bsi_start (BASIC_BLOCK (NUM_FIXED_BLOCKS)); in collect_dfa_stats()
Dtree-ssa-dse.c413 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in tree_ssa_dse()
Dtree-vect-analyze.c113 for (si = bsi_start (bb); !bsi_end_p (si); bsi_next (&si)) in vect_determine_vectorization_factor()
281 for (si = bsi_start (bb); !bsi_end_p (si); bsi_next (&si)) in vect_analyze_operations()
1649 for (si = bsi_start (bb); !bsi_end_p (si); bsi_next (&si)) in vect_mark_stmts_to_be_vectorized()
Dcgraphunit.c581 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in cgraph_create_edges()
656 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in rebuild_cgraph_edges()
778 for (bsi = bsi_start (this_block); !bsi_end_p (bsi); bsi_next (&bsi)) in verify_cgraph_node()
Dtree-ssa-loop-manip.c290 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in find_uses_to_rename_bb()
438 for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi)) in verify_loop_closed_ssa()

123