Lines Matching defs:dominated
45 /* Checks whether basic block BB is dominated by DATA. */
63 /* Find path -- i.e. the basic blocks dominated by edge E and put them
296 /* Removes path beginning at edge E, i.e. remove basic blocks dominated by E
325 /* We need to check whether basic blocks are dominated by the edge
328 to blocks dominated by e->dest, if not, split the edge. */
1134 /* The blocks that are dominated by a removed exit edge ORIG have
1295 /* Scale the frequencies of the blocks dominated by the exit. */
1329 /* Scale the frequencies of the blocks dominated by the exit. */
1350 basic_block dominated, dom_bb;
1357 FOR_EACH_VEC_ELT (dom_bbs, j, dominated)
1359 if (flow_bb_inside_loop_p (loop, dominated))
1363 set_immediate_dominator (CDI_DOMINATORS, dominated, dom_bb);