Searched refs:bb_loop_depth (Results 1 – 13 of 13) sorted by relevance
203 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()
918 extern int bb_loop_depth (const_basic_block);
804 s_indent, bb->index, bb_loop_depth (bb)); in dump_bb_info()
561 if (!def_bb || bb_loop_depth (def_bb) < bb_loop_depth (bb)) in get_value_locus_in_path()
3556 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()
669 bb_loop_depth (bb)); in compute_alignments()688 bb_loop_depth (bb)); in compute_alignments()
2101 bb_loop_depth (const_basic_block bb) in bb_loop_depth() function
3534 outermost = superloop_at_depth (loop, bb_loop_depth (def_bb) + 1); in vect_loop_versioning()
3131 if (bb_loop_depth (block) > 0 && EDGE_COUNT (block->preds) == 2) in insert_into_preds_of_block()
2820 es->loop_depth = bb_loop_depth (bb); in analyze_function_body()
13827 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.
13522 (bb_loop_depth): Move to cfgloop.c.13523 * cfgloop.c (bb_loop_depth): Relocate from cfgloop.h.
22795 * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth