LLVM API Documentation

Defines | Functions
PostDominators.cpp File Reference
#include "llvm/Analysis/PostDominators.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SetOperations.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/GenericDomTreeConstruction.h"
Include dependency graph for PostDominators.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "postdomtree"

Functions

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

Define Documentation

#define DEBUG_TYPE   "postdomtree"

Definition at line 23 of file PostDominators.cpp.


Function Documentation

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

Definition at line 30 of file PostDominators.cpp.