LLVM API Documentation
#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"
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 DEBUG_TYPE "postdomtree" |
Definition at line 23 of file PostDominators.cpp.
INITIALIZE_PASS | ( | PostDominatorTree | , |
"postdomtree" | , | ||
"Post-Dominator Tree Construction" | , | ||
true | , | ||
true | |||
) |
Definition at line 30 of file PostDominators.cpp.