LLVM  4.0.0
Functions | Variables
Dominators.cpp File Reference
#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>
Include dependency graph for Dominators.cpp:

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, trueVerifyDomInfoX ("verify-dom-info", cl::location(VerifyDomInfo), cl::desc("Verify dominator info (time consuming)"))
 

Function Documentation

INITIALIZE_PASS ( DominatorTreeWrapperPass  ,
"domtree"  ,
"Dominator Tree Construction ,
true  ,
true   
)

Definition at line 343 of file Dominators.cpp.

Variable Documentation

bool VerifyDomInfo = false
static

Definition at line 34 of file Dominators.cpp.

Referenced by llvm::DominatorTreeWrapperPass::verifyAnalysis().

cl::opt<bool,true> VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo), cl::desc("Verify dominator info (time consuming)"))
static