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