Home
last modified time | relevance | path

Searched refs:loop_depth (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-ssa-sink.c372 if (commondom == frombb || commondom->loop_depth > frombb->loop_depth) in statement_sink_location()
386 if (sinkbb == frombb || sinkbb->loop_depth > frombb->loop_depth in statement_sink_location()
412 if (sinkbb == frombb || sinkbb->loop_depth > frombb->loop_depth in statement_sink_location()
HDlocal-alloc.c268 int loop_depth; member
605 return (reg_equiv[REGNO (x)].loop_depth >= reg_equiv[regno].loop_depth in equiv_init_movable_p()
798 int loop_depth; in update_equiv_regs() local
814 loop_depth = bb->loop_depth; in update_equiv_regs()
983 reg_equiv[regno].loop_depth = loop_depth; in update_equiv_regs()
1084 loop_depth = bb->loop_depth; in update_equiv_regs()
1109 || reg_equiv[regno].loop_depth < loop_depth) in update_equiv_regs()
HDcfghooks.c247 s_indent, bb->index, bb->loop_depth); in dump_bb()
332 new_bb->loop_depth = bb->loop_depth; in split_block()
720 new_bb->loop_depth = bb->loop_depth; in duplicate_block()
HDcfgloop.c231 header->loop_depth = loop->depth; in flow_loop_nodes_find()
240 loop->latch->loop_depth = loop->depth; in flow_loop_nodes_find()
258 ancestor->loop_depth = loop->depth; in flow_loop_nodes_find()
635 header->loop_depth = 0; in flow_loops_find()
973 bb->loop_depth = loop->depth; in add_bb_to_loop()
990 bb->loop_depth = 0; in remove_bb_from_loops()
HDtree-ssa-forwprop.c828 int stmt_loop_depth = bb_for_stmt (stmt)->loop_depth; in forward_propagate_addr_expr()
849 if (bb_for_stmt (use_stmt)->loop_depth > stmt_loop_depth) in forward_propagate_addr_expr()
HDtree-vect-analyze.c593 unsigned int loop_depth; in vect_analyze_data_ref_dependence() local
623 loop_depth = index_in_loop_nest (loop->num, DDR_LOOP_NEST (ddr)); in vect_analyze_data_ref_dependence()
626 int dist = dist_v[loop_depth]; in vect_analyze_data_ref_dependence()
HDcgraphunit.c605 bb->loop_depth); in cgraph_create_edges()
679 bb->loop_depth); in rebuild_cgraph_edges()
HDtree-ssa-copy.c895 int depth = bb->loop_depth; in init_copy_prop()
HDbasic-block.h253 int loop_depth; member
HDcfg.c490 fprintf (file, ", loop_depth %d, count ", bb->loop_depth); in dump_bb_info()
HDcfgrtl.c1092 jump_block->loop_depth = target->loop_depth; in force_nonfallthru_and_redirect()
HDbt-load.c1417 i, (HOST_WIDEST_INT) bb->count, bb->loop_depth, in migrate_btr_defs()
HDtree-ssa-dom.c1108 return defbb->loop_depth; in loop_depth_of_name()
HDtree-inline.c1992 bb->count, bb->loop_depth)->inline_failed in expand_call_inline()
HDtree-ssa-pre.c2509 if (block->loop_depth > 0 && EDGE_COUNT (block->preds) == 2 in insert_into_preds_of_block()
HDChangeLog-1999624 * regclass.c (loop_depth): Remove
720 * flow.c (dump_flow_info): Dump loop_depth.
721 (flow_loops_nodes_find): Increase loop_depth for basic block in the
723 (flow_loops_find): Initialize the loop_depth for each basic block.
1185 * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
1427 * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
HDChangeLog-200019072 * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
20738 loop_depth when optimizing for size. Do new_dead update after
22872 * flow.c (loop_depth): Remove.
22891 (count_reg_sets_1): Pass in loop_depth.
31734 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
31740 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
HDChangeLog-199810208 * regmove.c (copy_src_to_dest): Add decl for loop_depth.
HDChangeLog-200111983 get BB loop_depth instead of computing it from LOOP notes.
HDChangeLog-200227768 * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth