LLVM 22.0.0git
|
#include "llvm/IR/Dominators.h"
Public Types | |
using | NodeRef |
Public Types inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::const_iterator > | |
using | NodeRef |
using | ChildIteratorType |
using | nodes_iterator |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::DomTreeGraphTraitsBase< DomTreeNode, DomTreeNode::const_iterator > | |
static NodeRef | getEntryNode (NodeRef N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static nodes_iterator | nodes_begin (NodeRef N) |
static nodes_iterator | nodes_end (NodeRef N) |
Definition at line 261 of file Dominators.h.
using llvm::GraphTraits< DomTreeNode * >::NodeRef |
Definition at line 95 of file GraphTraits.h.