LLVM
8.0.1
|
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
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. More... | |
void | llvm::viewRegion (const llvm::Function *F) |
Analyze the regions of a function and open its GraphViz visualization in a viewer. More... | |
void | llvm::viewRegionOnly (llvm::RegionInfo *RI) |
Open a viewer to display the GraphViz vizualization of the analysis result. More... | |
void | llvm::viewRegionOnly (const llvm::Function *F) |
Analyze the regions of a function and open its GraphViz visualization in a viewer. More... | |