diff --git a/docs/Passes.html b/docs/Passes.html index 0f8f69e5ab5..b49d3a0e269 100644 --- a/docs/Passes.html +++ b/docs/Passes.html @@ -85,6 +85,10 @@ perl -e '$/ = undef; for (split(/\n/, <>)) { s:^ *///? ?::; print "
\n" if !
\n" if !
\n" if !
+ + +
+ This pass, only available in opt
, prints the dominator tree
+ into a .dot
graph. This graph can then be processed with the
+ "dot" tool to convert it to postscript or some other suitable format.
+
+ This pass, only available in opt
, prints the dominator tree
+ into a .dot
graph, omitting the function bodies. This graph can
+ then be processed with the "dot" tool to convert it to postscript or some
+ other suitable format.
+
+ This pass, only available in opt
, prints the post dominator tree
+ into a .dot
graph. This graph can then be processed with the
+ "dot" tool to convert it to postscript or some other suitable format.
+
+ This pass, only available in opt
, prints the post dominator tree
+ into a .dot
graph, omitting the function bodies. This graph can
+ then be processed with the "dot" tool to convert it to postscript or some
+ other suitable format.
+
+ Displays the dominator tree using the GraphViz tool. +
++ Displays the dominator tree using the GraphViz tool, but omitting function + bodies. +
++ Displays the post dominator tree using the GraphViz tool. +
++ Displays the post dominator tree using the GraphViz tool, but omitting + function bodies. +
+