|
LLVM
4.0.0
|
#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/IR/PassManager.h"#include "llvm/Support/Debug.h"#include "llvm/Support/GenericDomTreeConstruction.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "postdomtree" |
Functions | |
| INITIALIZE_PASS (PostDominatorTreeWrapperPass,"postdomtree","Post-Dominator Tree Construction", true, true) bool PostDominatorTreeWrapperPass | |
| #define DEBUG_TYPE "postdomtree" |
Definition at line 24 of file PostDominators.cpp.
| INITIALIZE_PASS | ( | PostDominatorTreeWrapperPass | , |
| "postdomtree" | , | ||
| "Post-Dominator Tree Construction" | , | ||
| true | , | ||
| true | |||
| ) |
Definition at line 31 of file PostDominators.cpp.
1.8.6