Lines Matching refs:dominator
107 This pass is a simple dominator construction algorithm for finding forward
108 dominator frontiers.
113 This pass is a simple dominator construction algorithm for finding forward
142 This pass, only available in ``opt``, prints the dominator tree into a ``.dot``
149 This pass, only available in ``opt``, prints the dominator tree into a ``.dot``
156 This pass, only available in ``opt``, prints the post dominator tree into a
163 This pass, only available in ``opt``, prints the post dominator tree into a
261 This pass is a simple post-dominator construction algorithm for finding
262 post-dominator frontiers.
267 This pass is a simple post-dominator construction algorithm for finding
434 transformation obviously invalidates the CFG, but can update forward dominator
821 dominator information.
908 transformed by using dominator frontiers to place phi nodes, then traversing
1199 Displays the dominator tree using the GraphViz tool.
1204 Displays the dominator tree using the GraphViz tool, but omitting function
1210 Displays the post dominator tree using the GraphViz tool.
1215 Displays the post dominator tree using the GraphViz tool, but omitting function