|
LLVM 22.0.0git
|
#include "llvm/Analysis/PostDominators.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/PassManager.h"#include "llvm/InitializePasses.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 23 of file PostDominators.cpp.
| INITIALIZE_PASS | ( | PostDominatorTreeWrapperPass | , |
| "postdomtree" | , | ||
| "Post-Dominator Tree Construction" | , | ||
| true | , | ||
| true | ) |
Definition at line 40 of file PostDominators.cpp.
|
staticconstexpr |
Definition at line 28 of file PostDominators.cpp.
Referenced by llvm::DominatorTreeWrapperPass::verifyAnalysis(), and llvm::PostDominatorTreeWrapperPass::verifyAnalysis().