Lines Matching full:regions
1 //===- RegionPrinter.cpp - Print regions tree pass ------------------------===//
25 /// onlySimpleRegion - Show only the simple regions in the RegionViewer.
27 onlySimpleRegions("only-simple-regions",
28 cl::desc("Show only simple regions in the graphviz viewer"),
189 INITIALIZE_PASS(RegionPrinter, "dot-regions",
190 "Print regions of function to 'dot' file", true, true)
193 RegionOnlyPrinter, "dot-regions-only",
194 "Print regions of function to 'dot' file (with no function bodies)", true,
197 INITIALIZE_PASS(RegionViewer, "view-regions", "View regions of function",
200 INITIALIZE_PASS(RegionOnlyViewer, "view-regions-only",
201 "View regions of function (with no function bodies)",