LLVM 22.0.0git
MachineDominators.cpp File Reference

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 LLVM_TEMPLATE_ABI void llvm::DomTreeBuilder::Calculate< MBBDomTree > (MBBDomTree &DT)
template LLVM_TEMPLATE_ABI void llvm::DomTreeBuilder::CalculateWithUpdates< MBBDomTree > (MBBDomTree &DT, MBBUpdates U)
template LLVM_TEMPLATE_ABI void llvm::DomTreeBuilder::InsertEdge< MBBDomTree > (MBBDomTree &DT, MachineBasicBlock *From, MachineBasicBlock *To)
template LLVM_TEMPLATE_ABI void llvm::DomTreeBuilder::DeleteEdge< MBBDomTree > (MBBDomTree &DT, MachineBasicBlock *From, MachineBasicBlock *To)
template LLVM_TEMPLATE_ABI void llvm::DomTreeBuilder::ApplyUpdates< MBBDomTree > (MBBDomTree &DT, MBBDomTreeGraphDiff &, MBBDomTreeGraphDiff *)
template LLVM_TEMPLATE_ABI 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, true > VerifyMachineDomInfoX ("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