reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/MachineDominators.cpp
   36 template class DominatorTreeBase<MachineBasicBlock, false>; // DomTreeBase

References

include/llvm/Analysis/DominanceFrontier.h
  128   using DomTreeT = DomTreeBase<BlockT>;
include/llvm/Analysis/LoopInfo.h
 1009   void analyze(const DominatorTreeBase<BlockT, false> &DomTree);
 1014   void verify(const DominatorTreeBase<BlockT, false> &DomTree) const;
include/llvm/Analysis/LoopInfoImpl.h
  420                                   const DomTreeBase<BlockT> &DomTree) {
include/llvm/CodeGen/MachineDominanceFrontier.h
   25  using DomTreeT = DomTreeBase<MachineBasicBlock>;
include/llvm/CodeGen/MachineDominators.h
   47   using DomTreeT = DomTreeBase<MachineBasicBlock>;
lib/CodeGen/MachineDominators.cpp
   59   DT.reset(new DomTreeBase<MachineBasicBlock>());