LLVM 22.0.0git
Classes | Namespaces | Functions
RegionPrinter.h File Reference
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DOTGraphTraits.h"

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.