viewRegionOnly overloads
Declared in <llvm/Analysis/RegionPrinter.h>
Open a viewer to display the GraphViz vizualization of the analysis result.
void
viewRegionOnly(llvm::RegionInfo* RI);
» more...
Analyze the regions of a function and open its GraphViz visualization in a viewer.
void
viewRegionOnly(llvm::Function const* F);
» more...
| Name | Description |
|---|---|
| RI | The analysis to display. |
| F | Function to analyze. |