LLVM 19.0.0git
Namespaces | Variables
MachineDominators.cpp File Reference
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
#include "llvm/PassRegistry.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Variables

bool llvm::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

◆ VerifyMachineDomInfoX

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