Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-sink.c201 if (bb_loop_depth (temp_bb) < bb_loop_depth (best_bb)) in select_best_block()
212 if (bb_loop_depth (best_bb) < bb_loop_depth (early_bb)) in select_best_block()
228 if (bb_loop_depth (best_bb) == bb_loop_depth (early_bb) in select_best_block()
HDcfgloop.h855 extern int bb_loop_depth (const_basic_block);
HDtree-ssa-threadupdate.c463 if (!def_bb || bb_loop_depth (def_bb) < bb_loop_depth (bb)) in get_value_locus_in_path()
HDcfg.c765 s_indent, bb->index, bb_loop_depth (bb)); in dump_bb_info()
HDira.c3377 int loop_depth = bb_loop_depth (bb); in update_equiv_regs()
3743 if (bb_loop_depth (use_bb) > bb_loop_depth (def_bb)) in combine_and_move_insns()
4962 while (bb_loop_depth (call_dom) > 0) in split_live_ranges_for_shrink_wrap()
HDbt-load.c1397 bb_loop_depth (bb), in migrate_btr_defs()
HDcfgloop.c2057 bb_loop_depth (const_basic_block bb) in bb_loop_depth() function
HDfinal.c718 bb_loop_depth (bb)); in compute_alignments()
738 bb_loop_depth (bb)); in compute_alignments()
HDipa-fnsummary.c2211 es->loop_depth = bb_loop_depth (bb); in analyze_function_body()
HDtree-ssa-pre.c3002 if (bb_loop_depth (block) > 0 && EDGE_COUNT (block->preds) == 2) in insert_into_preds_of_block()