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

/freebsd-12-stable/contrib/gcc/
H A Dcfgloopmanip.c54 /* Checks whether basic block BB is dominated by DATA. */
75 /* Find path -- i.e. the basic blocks dominated by edge E and put them
241 /* Removes path beginning at edge E, i.e. remove basic blocks dominated by E
265 /* We need to check whether basic blocks are dominated by the edge
268 to blocks dominated by e->dest, if not, split the edge. */
404 be dominated by HEADER_EDGE destination, and back-reachable from
1035 basic_block dominated, dom_bb, *dom_bbs; local
1044 dominated = dom_bbs[j];
1045 if (flow_bb_inside_loop_p (loop, dominated))
1049 set_immediate_dominator (CDI_DOMINATORS, dominated, dom_b
[all...]
H A Dgcse.c4842 basic_block bb, dominated;
4881 dominated = domby[j];
4883 if (bb == dominated)
4885 /* We've found a dominated block, now see if it computes
4888 if (!TEST_BIT (antloc[dominated->index], i))
4891 /* Note if the expression would reach the dominated block
4895 from a dominated block into BB. */
4896 if (hoist_expr_reaches_here_p (bb, i, dominated, NULL))
4939 dominated = domby[j];
4941 if (bb == dominated)
4824 basic_block bb, dominated; local
[all...]

Completed in 51 milliseconds