LLVM 22.0.0git
MachineDominators.h File Reference

Go to the source code of this file.

Classes

class  llvm::MachineDominatorTree
 DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree. More...
class  llvm::MachineDominatorTreeAnalysis
 Analysis pass which computes a MachineDominatorTree. More...
class  llvm::MachineDominatorTreePrinterPass
 Machine function pass which print MachineDominatorTree. More...
class  llvm::MachineDominatorTreeWrapperPass
 Analysis pass which computes a MachineDominatorTree. More...
struct  llvm::MachineDomTreeGraphTraitsBase< Node, ChildIterator >
 DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. More...
struct  llvm::GraphTraits< MachineDomTreeNode * >
struct  llvm::GraphTraits< const MachineDomTreeNode * >
struct  llvm::GraphTraits< MachineDominatorTree * >

Namespaces

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

Typedefs

using llvm::DomTreeBuilder::MBBDomTree = DomTreeBase<MachineBasicBlock>
using llvm::DomTreeBuilder::MBBUpdates = ArrayRef<llvm::cfg::Update<MachineBasicBlock *>>
using llvm::DomTreeBuilder::MBBDomTreeGraphDiff = GraphDiff<MachineBasicBlock *, false>

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)

Variables

template class LLVM_TEMPLATE_ABI llvm::DomTreeNodeBase< MachineBasicBlock >
template class LLVM_TEMPLATE_ABI llvm::DominatorTreeBase< MachineBasicBlock, false >