Lines Matching full:dominator
105 This pass is a simple dominator construction algorithm for finding forward
106 dominator frontiers.
108 ``-domtree``: Dominator Tree Construction
111 This pass is a simple dominator construction algorithm for finding forward
140 This pass, only available in ``opt``, prints the dominator tree into a ``.dot``
147 This pass, only available in ``opt``, prints the dominator tree into a ``.dot``
154 This pass, only available in ``opt``, prints the post dominator tree into a
161 This pass, only available in ``opt``, prints the post dominator tree into a
273 This pass is a simple post-dominator construction algorithm for finding
274 post-dominator frontiers.
276 ``-postdomtree``: Post-Dominator Tree Construction
279 This pass is a simple post-dominator construction algorithm for finding
314 ``-print-dom-info``: Dominator Info Printer
317 Dominator Info Printer.
472 transformation obviously invalidates the CFG, but can update forward dominator
853 dominator information.
938 transformed by using dominator frontiers to place phi nodes, then traversing
1243 Displays the dominator tree using the GraphViz tool.
1248 Displays the dominator tree using the GraphViz tool, but omitting function
1254 Displays the post dominator tree using the GraphViz tool.
1259 Displays the post dominator tree using the GraphViz tool, but omitting function