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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-sink.c269 statement_sink_location (tree stmt, basic_block frombb) argument
352 if (commondom == frombb)
355 /* Our common dominator has to be dominated by frombb in order to be a
358 if (!dominated_by_p (CDI_DOMINATORS, commondom, frombb))
362 frombb, because it means we've just moved it into a path that always
363 executes if frombb executes, instead of reducing the number of
365 if (dominated_by_p (CDI_POST_DOMINATORS, frombb, commondom))
372 if (commondom == frombb || commondom->loop_depth > frombb->loop_depth)
386 if (sinkbb == frombb || sinkb
[all...]

Completed in 143 milliseconds