|
LLVM
4.0.0
|
#include "llvm/IR/Dominators.h"#include "llvm/ADT/DepthFirstIterator.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/IR/CFG.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/PassManager.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/GenericDomTreeConstruction.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (DominatorTreeWrapperPass,"domtree","Dominator Tree Construction", true, true) bool DominatorTreeWrapperPass | |
Variables | |
| static bool | VerifyDomInfo = false |
| static cl::opt< bool, true > | VerifyDomInfoX ("verify-dom-info", cl::location(VerifyDomInfo), cl::desc("Verify dominator info (time consuming)")) |
| INITIALIZE_PASS | ( | DominatorTreeWrapperPass | , |
| "domtree" | , | ||
| "Dominator Tree Construction" | , | ||
| true | , | ||
| true | |||
| ) |
Definition at line 343 of file Dominators.cpp.
Definition at line 34 of file Dominators.cpp.
Referenced by llvm::DominatorTreeWrapperPass::verifyAnalysis().
1.8.6