LLVM  8.0.1
Classes | Namespaces | Functions
DomPrinter.cpp File Reference
#include "llvm/Analysis/DomPrinter.h"
#include "llvm/Analysis/DOTGraphTraitsPass.h"
#include "llvm/Analysis/PostDominators.h"
Include dependency graph for DomPrinter.cpp:

Go to the source code of this file.

Classes

struct  llvm::DOTGraphTraits< DomTreeNode * >
 
struct  llvm::DOTGraphTraits< DominatorTree * >
 
struct  llvm::DOTGraphTraits< PostDominatorTree * >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

INITIALIZE_PASS(DomViewer, "view-dom", "View dominance tree of function", false, false) char DomOnlyViewer INITIALIZE_PASS(DomOnlyViewer, "view-dom-only", "View dominance tree of function (with no function bodies)", false, false) char PostDomViewer INITIALIZE_PASS(PostDomViewer, "view-postdom", "View postdominance tree of function", false, false) char PostDomOnlyViewer INITIALIZE_PASS (PostDomOnlyViewer, "view-postdom-only", "View postdominance tree of function " "(with no function bodies)", false, false) namespace
 
INITIALIZE_PASS(DomPrinter, "dot-dom", "Print dominance tree of function to 'dot' file", false, false) char DomOnlyPrinter INITIALIZE_PASS(DomOnlyPrinter, "dot-dom-only", "Print dominance tree of function to 'dot' file " "(with no function bodies)", false, false) char PostDomPrinter INITIALIZE_PASS(PostDomPrinter, "dot-postdom", "Print postdominance tree of function to 'dot' file", false, false) char PostDomOnlyPrinter INITIALIZE_PASS (PostDomOnlyPrinter, "dot-postdom-only", "Print postdominance tree of function to 'dot' file " "(with no function bodies)", false, false) FunctionPass *llvm
 

Function Documentation

◆ INITIALIZE_PASS() [1/2]

INITIALIZE_PASS (DomViewer, "view-dom", "View dominance tree of function", false, false) char DomOnlyViewer INITIALIZE_PASS (DomOnlyViewer, "view-dom-only", "View dominance tree of function (with no function bodies)", false, false) char PostDomViewer INITIALIZE_PASS (PostDomViewer, "view-postdom", "View postdominance tree of function", false, false) char PostDomOnlyViewer INITIALIZE_PASS ( PostDomOnlyViewer  ,
"view-postdom-only ,
"View postdominance tree of function " "(with no function bodies)"  ,
false  ,
false   
)

◆ INITIALIZE_PASS() [2/2]

INITIALIZE_PASS (DomPrinter, "dot-dom", "Print dominance tree of function to 'dot' file", false, false) char DomOnlyPrinter INITIALIZE_PASS (DomOnlyPrinter, "dot-dom-only", "Print dominance tree of function to 'dot' file " "(with no function bodies)", false, false) char PostDomPrinter INITIALIZE_PASS (PostDomPrinter, "dot-postdom", "Print postdominance tree of function to 'dot' file", false, false) char PostDomOnlyPrinter INITIALIZE_PASS ( PostDomOnlyPrinter  ,
"dot-postdom-only ,
"Print postdominance tree of function to 'dot' file " "(with no function bodies)"  ,
false  ,
false   
)

Definition at line 259 of file DomPrinter.cpp.