Home | History | Annotate | Download | only in docs

Lines Matching full:dominator

82 <tr><td><a href="#domtree">-domtree</a></td><td>Dominator Tree Construction</td></tr>
104 <tr><td><a href="#postdomtree">-postdomtree</a></td><td>Post-Dominator Tree Construction</td></tr>
110 <tr><td><a href="#print-dom-info">-print-dom-info</a></td><td>Dominator Info Printer</td></tr>
279 This pass is a simple dominator construction algorithm for finding forward
280 dominator frontiers.
286 <a name="domtree">-domtree: Dominator Tree Construction</a>
290 This pass is a simple dominator construction algorithm for finding forward
338 This pass, only available in <code>opt</code>, prints the dominator tree
350 This pass, only available in <code>opt</code>, prints the dominator tree
363 This pass, only available in <code>opt</code>, prints the post dominator tree
375 This pass, only available in <code>opt</code>, prints the post dominator tree
554 This pass is a simple post-dominator construction algorithm for finding
555 post-dominator frontiers.
561 <a name="postdomtree">-postdomtree: Post-Dominator Tree Construction</a>
565 This pass is a simple post-dominator construction algorithm for finding
627 <a name="print-dom-info">-print-dom-info: Dominator Info Printer</a>
630 <p>Dominator Info Printer.</p>
841 transformation obviously invalidates the CFG, but can update forward dominator
1374 dominator information.
1528 <tt>store</tt>s as uses. An <tt>alloca</tt> is transformed by using dominator
2025 Displays the dominator tree using the GraphViz tool.
2035 Displays the dominator tree using the GraphViz tool, but omitting function
2046 Displays the post dominator tree using the GraphViz tool.
2056 Displays the post dominator tree using the GraphViz tool, but omitting