Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sink.c200 if (bb_loop_depth (temp_bb) < bb_loop_depth (best_bb)) in select_best_block()
211 if (bb_loop_depth (best_bb) < bb_loop_depth (early_bb)) in select_best_block()
227 if (bb_loop_depth (best_bb) == bb_loop_depth (early_bb) in select_best_block()
H A Dcfgloop.h864 extern int bb_loop_depth (const_basic_block);
H A Dtree-ssa-threadupdate.c479 if (!def_bb || bb_loop_depth (def_bb) < bb_loop_depth (bb)) in get_value_locus_in_path()
H A Dcfg.c768 s_indent, bb->index, bb_loop_depth (bb)); in dump_bb_info()
H A Dira.c3427 int loop_depth = bb_loop_depth (bb); in update_equiv_regs()
3798 if (bb_loop_depth (use_bb) > bb_loop_depth (def_bb)) in combine_and_move_insns()
5016 while (bb_loop_depth (call_dom) > 0) in split_live_ranges_for_shrink_wrap()
H A Dfinal.c682 bb_loop_depth (bb)); in compute_alignments()
701 bb_loop_depth (bb)); in compute_alignments()
H A Dcfgloop.c2089 bb_loop_depth (const_basic_block bb) in bb_loop_depth() function
H A Dtree-vect-loop-manip.c3371 outermost = superloop_at_depth (loop, bb_loop_depth (def_bb) + 1); in vect_loop_versioning()
H A Dtree-ssa-pre.c3033 if (bb_loop_depth (block) > 0 && EDGE_COUNT (block->preds) == 2) in insert_into_preds_of_block()
H A Dipa-fnsummary.c2633 es->loop_depth = bb_loop_depth (bb); in analyze_function_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sink.cc203 if (bb_loop_depth (temp_bb) < bb_loop_depth (best_bb)) in select_best_block()
214 if (bb_loop_depth (best_bb) < bb_loop_depth (early_bb)) in select_best_block()
230 if (bb_loop_depth (best_bb) == bb_loop_depth (early_bb) in select_best_block()
H A Dcfgloop.h918 extern int bb_loop_depth (const_basic_block);
H A Dcfg.cc804 s_indent, bb->index, bb_loop_depth (bb)); in dump_bb_info()
H A Dtree-ssa-threadupdate.cc561 if (!def_bb || bb_loop_depth (def_bb) < bb_loop_depth (bb)) in get_value_locus_in_path()
H A Dira.cc3556 int loop_depth = bb_loop_depth (bb); in update_equiv_regs()
3927 if (bb_loop_depth (use_bb) > bb_loop_depth (def_bb)) in combine_and_move_insns()
5136 while (bb_loop_depth (call_dom) > 0) in split_live_ranges_for_shrink_wrap()
H A Dfinal.cc669 bb_loop_depth (bb)); in compute_alignments()
688 bb_loop_depth (bb)); in compute_alignments()
H A Dcfgloop.cc2101 bb_loop_depth (const_basic_block bb) in bb_loop_depth() function
H A Dtree-vect-loop-manip.cc3534 outermost = superloop_at_depth (loop, bb_loop_depth (def_bb) + 1); in vect_loop_versioning()
H A Dtree-ssa-pre.cc3131 if (bb_loop_depth (block) > 0 && EDGE_COUNT (block->preds) == 2) in insert_into_preds_of_block()
H A Dipa-fnsummary.cc2820 es->loop_depth = bb_loop_depth (bb); in analyze_function_body()
H A DChangeLog-201213827 loop_optimizer_finalize. Use bb_loop_depth instead of loop_depth.
14728 * cfgloop.h (bb_loop_depth): New inline function.
14739 (migrate_btr_defs): Use bb_loop_depth.
14746 (forward_propagate_addr_expr): Use bb_loop_depth.
14750 (estimate_function_body_sizes): Use bb_loop_depth.
H A DChangeLog-201313522 (bb_loop_depth): Move to cfgloop.c.
13523 * cfgloop.c (bb_loop_depth): Relocate from cfgloop.h.
H A DChangeLog-201622795 * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c2576 && bb_loop_depth (prev) <= bb_loop_depth (bb)) in spu_machine_dependent_reorg()
2613 bb->index, prop->index, bb_loop_depth (bb), in spu_machine_dependent_reorg()