ΒΆvoid viewRegion(llvm::RegionInfo* RI)

Description

Open a viewer to display the GraphViz vizualization of the analysis result. Practical to call in the debugger. Includes the instructions in each BasicBlock.

Declared at: llvm/include/llvm/Analysis/RegionPrinter.h:35

Parameters

llvm::RegionInfo* RI
The analysis to display.