LLVM
8.0.1
|
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/Support/CommandLine.h"
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, true > | VerifyMachineDomInfoX ("verify-machine-dom-info", cl::location(VerifyMachineDomInfo), cl::Hidden, cl::desc("Verify machine dominator info (time consuming)")) |
Definition at line 26 of file MachineDominators.cpp.