LLVM: lib/Analysis/PostDominators.cpp File Reference (original) (raw)
#include "[llvm/Analysis/PostDominators.h](PostDominators%5F8h%5Fsource.html)"#include "[llvm/IR/Function.h](IR%5F2Function%5F8h%5Fsource.html)"#include "[llvm/IR/Instructions.h](Instructions%5F8h%5Fsource.html)"#include "[llvm/IR/PassManager.h](IR%5F2PassManager%5F8h%5Fsource.html)"#include "[llvm/InitializePasses.h](InitializePasses%5F8h%5Fsource.html)"#include "[llvm/Pass.h](Pass%5F8h%5Fsource.html)"#include "[llvm/Support/raw_ostream.h](raw%5F%5Fostream%5F8h%5Fsource.html)"
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "postdomtree" |
| Functions |
|---|
| Variables | |
|---|---|
| static constexpr bool | ExpensiveChecksEnabled = false |
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "postdomtree"
Definition at line 23 of file PostDominators.cpp.
Function Documentation
◆ INITIALIZE_PASS()
| INITIALIZE_PASS | ( | PostDominatorTreeWrapperPass | , |
|---|---|---|---|
| "postdomtree" | , | ||
| "Post-Dominator Tree Construction" | , | ||
| true | , | ||
| true | ) |
Definition at line 40 of file PostDominators.cpp.
Variable Documentation
◆ ExpensiveChecksEnabled
| bool ExpensiveChecksEnabled = false | staticconstexpr |
|---|
Definition at line 28 of file PostDominators.cpp.
Referenced by llvm::DominatorTreeWrapperPass::verifyAnalysis(), and llvm::PostDominatorTreeWrapperPass::verifyAnalysis().