LLVM 22.0.0git
|
Public Types | |
using | nodes_iterator |
using | NodeRef |
Public Types inherited from llvm::GraphTraits< AADepGraphNode * > | |
using | NodeRef = AADepGraphNode * |
using | DepTy = PointerIntPair<AADepGraphNode *, 1> |
using | EdgeRef = PointerIntPair<AADepGraphNode *, 1> |
using | ChildIteratorType |
using | ChildEdgeIteratorType = AADepGraphNode::DepSetTy::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (AADepGraph *DG) |
static nodes_iterator | nodes_begin (AADepGraph *DG) |
static nodes_iterator | nodes_end (AADepGraph *DG) |
Static Public Member Functions inherited from llvm::GraphTraits< AADepGraphNode * > | |
static NodeRef | getEntryNode (AADepGraphNode *DGN) |
static NodeRef | DepGetVal (const DepTy &DT) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 4143 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraph * >::NodeRef |
Definition at line 95 of file GraphTraits.h.
using llvm::GraphTraits< AADepGraph * >::nodes_iterator |
Definition at line 4146 of file Attributor.cpp.
|
inlinestatic |
Definition at line 4144 of file Attributor.cpp.
References llvm::AADepGraph::GetEntryNode().
|
inlinestatic |
Definition at line 4149 of file Attributor.cpp.
References llvm::AADepGraph::begin().
|
inlinestatic |
Definition at line 4151 of file Attributor.cpp.
References llvm::AADepGraph::end().