LLVM
8.0.1
|
#include "llvm/Analysis/PostDominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/raw_ostream.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 PostDominatorTree | |
Variables | |
static constexpr bool | ExpensiveChecksEnabled = false |
#define DEBUG_TYPE "postdomtree" |
Definition at line 22 of file PostDominators.cpp.
INITIALIZE_PASS | ( | PostDominatorTreeWrapperPass | , |
"postdomtree" | , | ||
"Post-Dominator Tree Construction" | , | ||
true | , | ||
true | |||
) |
Definition at line 36 of file PostDominators.cpp.
Definition at line 27 of file PostDominators.cpp.
Referenced by llvm::PostDominatorTreeWrapperPass::verifyAnalysis().