LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
PostDominators.cpp File Reference
#include "llvm/Analysis/PostDominators.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SetOperations.h"
#include "llvm/Analysis/DominatorInternals.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Debug.h"
Include dependency graph for PostDominators.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "postdomtree"
 

Functions

 INITIALIZE_PASS (PostDominatorTree,"postdomtree","Post-Dominator Tree Construction", true, true) bool PostDominatorTree
 

Macro Definition Documentation

#define DEBUG_TYPE   "postdomtree"

Definition at line 14 of file PostDominators.cpp.

Function Documentation

INITIALIZE_PASS ( PostDominatorTree  ,
"postdomtree"  ,
"Post-Dominator Tree Construction ,
true  ,
true   
)

Definition at line 31 of file PostDominators.cpp.