llvm::viewRegionOnly

viewRegionOnly overloads

Synopses

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...

Parameters

NameDescription
RIThe analysis to display.
FFunction to analyze.