LLVM 20.0.0git
|
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 | |
FunctionPass * | llvm::createRegionViewerPass () |
FunctionPass * | llvm::createRegionOnlyViewerPass () |
FunctionPass * | llvm::createRegionPrinterPass () |
FunctionPass * | llvm::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. | |