14#ifndef LLVM_ANALYSIS_REGIONPRINTER_H
15#define LLVM_ANALYSIS_REGIONPRINTER_H
static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS)
static bool isSimple(Instruction *I)
This is an optimization pass for GlobalISel generic memory operations.
FunctionPass * createRegionOnlyViewerPass()
FunctionPass * createRegionPrinterPass()
FunctionPass * createRegionOnlyPrinterPass()
FunctionPass * createRegionViewerPass()
void viewRegion(llvm::RegionInfo *RI)
Open a viewer to display the GraphViz vizualization of the analysis result.
void viewRegionOnly(llvm::RegionInfo *RI)
Open a viewer to display the GraphViz vizualization of the analysis result.
DOTGraphTraits(bool isSimple=false)
DOTGraphTraits - Template class that can be specialized to customize how graphs are converted to 'dot...
DefaultDOTGraphTraits - This class provides the default implementations of all of the DOTGraphTraits ...