| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-sink.c | 372 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 D | local-alloc.c | 268 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 D | cfghooks.c | 247 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 D | cfgloop.c | 231 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 D | tree-ssa-forwprop.c | 828 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 D | tree-vect-analyze.c | 592 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 D | cgraphunit.c | 591 bb->loop_depth); in cgraph_create_edges() 665 bb->loop_depth); in rebuild_cgraph_edges()
|
| H A D | tree-ssa-copy.c | 895 int depth = bb->loop_depth; in init_copy_prop()
|
| H A D | basic-block.h | 253 int loop_depth; member
|
| H A D | cfg.c | 490 fprintf (file, ", loop_depth %d, count ", bb->loop_depth); in dump_bb_info()
|
| H A D | cfgrtl.c | 1092 jump_block->loop_depth = target->loop_depth; in force_nonfallthru_and_redirect()
|
| H A D | bt-load.c | 1417 i, (HOST_WIDEST_INT) bb->count, bb->loop_depth, in migrate_btr_defs()
|
| H A D | tree-ssa-dom.c | 1108 return defbb->loop_depth; in loop_depth_of_name()
|
| H A D | tree-inline.c | 1992 bb->count, bb->loop_depth)->inline_failed in expand_call_inline()
|
| H A D | tree-ssa-pre.c | 2492 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 D | local-alloc.c | 257 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 D | cfgloop.c | 337 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 D | cfgrtl.c | 502 new_bb->loop_depth = bb->loop_depth; 1057 jump_block->loop_depth = target->loop_depth; 1615 bb->index, bb->loop_depth);
|
| H A D | cfglayout.c | 960 new_bb->loop_depth = bb->loop_depth;
|
| H A D | cfgcleanup.c | 1183 if (bb1->loop_depth != bb2->loop_depth)
|
| H A D | basic-block.h | 217 int loop_depth; member
|
| H A D | cfg.c | 579 fprintf (file, "loop_depth %d, count ", bb->loop_depth);
|
| H A D | loop.c | 644 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 D | ChangeLog.2 | 624 * 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 D | ChangeLog.3 | 3806 * 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.
|