Searched refs:loop_depth (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-sink.c372 if (commondom == frombb || commondom->loop_depth > frombb->loop_depth)
386 if (sinkbb == frombb || sinkbb->loop_depth > frombb->loop_depth
412 if (sinkbb == frombb || sinkbb->loop_depth > frombb->loop_depth
H A Dcfghooks.c247 s_indent, bb->index, bb->loop_depth);
332 new_bb->loop_depth = bb->loop_depth;
720 new_bb->loop_depth = bb->loop_depth;
H A Dlocal-alloc.c269 int loop_depth;
609 return (reg_equiv[REGNO (x)].loop_depth >= reg_equiv[regno].loop_depth
804 int loop_depth;
820 loop_depth = bb->loop_depth;
989 reg_equiv[regno].loop_depth = loop_depth;
1090 loop_depth = bb->loop_depth;
268 int loop_depth; member in struct:equivalence
798 int loop_depth; local
[all...]
H A Dcfgloop.c232 header->loop_depth = loop->depth;
241 loop->latch->loop_depth = loop->depth;
259 ancestor->loop_depth = loop->depth;
590 recalculate loop_depth information in basic block structures.
636 header->loop_depth = 0;
974 bb->loop_depth = loop->depth;
991 bb->loop_depth = 0;
H A Dtree-ssa-forwprop.c828 int stmt_loop_depth = bb_for_stmt (stmt)->loop_depth;
849 if (bb_for_stmt (use_stmt)->loop_depth > stmt_loop_depth)
H A Dtree-vect-analyze.c593 unsigned int loop_depth; local
623 loop_depth = index_in_loop_nest (loop->num, DDR_LOOP_NEST (ddr));
626 int dist = dist_v[loop_depth];
H A Dtree-ssa-copy.c895 int depth = bb->loop_depth;
H A Dcgraphunit.c591 bb->loop_depth);
665 bb->loop_depth);
H A Dbasic-block.h253 int loop_depth; local
H A Dcfg.c497 fprintf (file, ", loop_depth %d, count ", bb->loop_depth);
H A Dcfgrtl.c1099 jump_block->loop_depth = target->loop_depth;
H A Dbt-load.c1418 i, (HOST_WIDEST_INT) bb->count, bb->loop_depth,
H A Dtree-ssa-dom.c1108 return defbb->loop_depth;
H A Dtree-inline.c1992 bb->count, bb->loop_depth)->inline_failed
H A Dtree-ssa-pre.c2509 if (block->loop_depth > 0 && EDGE_COUNT (block->preds) == 2

Completed in 142 milliseconds