Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/gcc/
H A Dtree-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()
H A Dlocal-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()
H A Dcfghooks.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()
H A Dcfgloop.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()
H A Dtree-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()
H A Dtree-vect-analyze.c592 unsigned int loop_depth; in vect_analyze_data_ref_dependence() local
622 loop_depth = index_in_loop_nest (loop->num, DDR_LOOP_NEST (ddr)); in vect_analyze_data_ref_dependence()
625 int dist = dist_v[loop_depth]; in vect_analyze_data_ref_dependence()
H A Dcgraphunit.c591 bb->loop_depth); in cgraph_create_edges()
665 bb->loop_depth); in rebuild_cgraph_edges()
H A Dtree-ssa-copy.c895 int depth = bb->loop_depth; in init_copy_prop()
H A Dbasic-block.h253 int loop_depth; member
H A Dcfg.c490 fprintf (file, ", loop_depth %d, count ", bb->loop_depth); in dump_bb_info()
H A Dcfgrtl.c1092 jump_block->loop_depth = target->loop_depth; in force_nonfallthru_and_redirect()
H A Dbt-load.c1417 i, (HOST_WIDEST_INT) bb->count, bb->loop_depth, in migrate_btr_defs()
H A Dtree-ssa-dom.c1108 return defbb->loop_depth; in loop_depth_of_name()
H A Dtree-inline.c1992 bb->count, bb->loop_depth)->inline_failed in expand_call_inline()
H A Dtree-ssa-pre.c2492 if (block->loop_depth > 0 && EDGE_COUNT (block->preds) == 2 in insert_into_preds_of_block()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dlocal-alloc.c257 int loop_depth; member
605 return (reg_equiv[REGNO (x)].loop_depth >= reg_equiv[regno].loop_depth
813 int loop_depth; in update_equiv_regs() local
827 loop_depth = bb->loop_depth; in update_equiv_regs()
1002 reg_equiv[regno].loop_depth = loop_depth; in update_equiv_regs()
1042 loop_depth = bb->loop_depth; in update_equiv_regs()
1060 || reg_equiv[regno].loop_depth < loop_depth) in update_equiv_regs()
H A Dcfgloop.c337 header->loop_depth = loop->depth;
347 loop->latch->loop_depth = loop->depth;
364 ancestor->loop_depth = loop->depth;
805 header->loop_depth = 0;
1033 bb->loop_depth = loop->depth;
1051 bb->loop_depth = 0;
H A Dcfgrtl.c502 new_bb->loop_depth = bb->loop_depth;
1057 jump_block->loop_depth = target->loop_depth;
1615 bb->index, bb->loop_depth);
H A Dcfglayout.c960 new_bb->loop_depth = bb->loop_depth;
H A Dcfgcleanup.c1183 if (bb1->loop_depth != bb2->loop_depth)
H A Dbasic-block.h217 int loop_depth; member
H A Dcfg.c579 fprintf (file, "loop_depth %d, count ", bb->loop_depth);
H A Dloop.c644 int loop_depth = 0; local
1103 if (NOTE_LINE_NUMBER (p) == NOTE_INSN_LOOP_VTOP && loop_depth == 0)
1106 loop_depth++;
1108 loop_depth--;
4309 int loop_depth = 0; local
4402 && loop_depth == 0)
4405 loop_depth++;
4407 loop_depth--;
H A DChangeLog.2624 * 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.
H A DChangeLog.33806 * flow.c (find_auto_inc): Do not bias REG_N_REFS by loop_depth
5472 loop_depth when optimizing for size. Do new_dead update after
7606 * flow.c (loop_depth): Remove.
7625 (count_reg_sets_1): Pass in loop_depth.
16468 * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
16474 * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.

12