LLVM 19.0.0git
Namespaces | Functions | 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"
#include "llvm/Support/GenericDomTreeConstruction.h"

Go to the source code of this file.

Namespaces

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

Functions

template void llvm::DomTreeBuilder::Calculate< MBBDomTree > (MBBDomTree &DT)
 
template void llvm::DomTreeBuilder::CalculateWithUpdates< MBBDomTree > (MBBDomTree &DT, MBBUpdates U)
 
template void llvm::DomTreeBuilder::InsertEdge< MBBDomTree > (MBBDomTree &DT, MachineBasicBlock *From, MachineBasicBlock *To)
 
template void llvm::DomTreeBuilder::DeleteEdge< MBBDomTree > (MBBDomTree &DT, MachineBasicBlock *From, MachineBasicBlock *To)
 
template void llvm::DomTreeBuilder::ApplyUpdates< MBBDomTree > (MBBDomTree &DT, MBBDomTreeGraphDiff &, MBBDomTreeGraphDiff *)
 
template bool llvm::DomTreeBuilder::Verify< MBBDomTree > (const MBBDomTree &DT, MBBDomTree::VerificationLevel VL)
 
 INITIALIZE_PASS (MachineDominatorTreeWrapperPass, "machinedomtree", "MachineDominator Tree Construction", true, true) MachineDominatorTreeWrapperPass
 

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)"))
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( MachineDominatorTreeWrapperPass  ,
"machinedomtree"  ,
"MachineDominator Tree Construction"  ,
true  ,
true   
)

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