ΒΆvoid viewRegionOnly(llvm::RegionInfo* RI)
void viewRegionOnly(llvm::RegionInfo* RI)
Description
Open a viewer to display the GraphViz vizualization of the analysis result. Useful to call in the debugger. Shows only the BasicBlock names without their instructions.
Declared at: llvm/include/llvm/Analysis/RegionPrinter.h:55
Parameters
- llvm::RegionInfo* RI
- The analysis to display.