LLVM  8.0.1
Namespaces | Variables
MachineDominators.cpp File Reference
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Support/CommandLine.h"
Include dependency graph for MachineDominators.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Variables

static bool VerifyMachineDomInfo = false
 
static cl::opt< bool, trueVerifyMachineDomInfoX ("verify-machine-dom-info", cl::location(VerifyMachineDomInfo), cl::Hidden, cl::desc("Verify machine dominator info (time consuming)"))
 

Variable Documentation

◆ VerifyMachineDomInfo

bool VerifyMachineDomInfo = false
static

Definition at line 26 of file MachineDominators.cpp.

◆ VerifyMachineDomInfoX

cl::opt<bool, true> VerifyMachineDomInfoX("verify-machine-dom-info", cl::location(VerifyMachineDomInfo), cl::Hidden, cl::desc("Verify machine dominator info (time consuming)"))
static