LLVM 22.0.0git
RegionPrinter.h File Reference

Go to the source code of this file.

Classes

struct  llvm::DOTGraphTraits< RegionNode * >

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI FunctionPassllvm::createRegionViewerPass ()
LLVM_ABI FunctionPassllvm::createRegionOnlyViewerPass ()
LLVM_ABI FunctionPassllvm::createRegionPrinterPass ()
LLVM_ABI FunctionPassllvm::createRegionOnlyPrinterPass ()
void llvm::viewRegion (llvm::RegionInfo *RI)
 Open a viewer to display the GraphViz vizualization of the analysis result.
void llvm::viewRegion (const llvm::Function *F)
 Analyze the regions of a function and open its GraphViz visualization in a viewer.
void llvm::viewRegionOnly (llvm::RegionInfo *RI)
 Open a viewer to display the GraphViz vizualization of the analysis result.
void llvm::viewRegionOnly (const llvm::Function *F)
 Analyze the regions of a function and open its GraphViz visualization in a viewer.