LLVM 20.0.0git
|
Public Types | |
using | nodes_iterator = mapped_iterator< AADepGraphNode::DepSetTy::iterator, decltype(&DepGetVal)> |
Public Types inherited from llvm::GraphTraits< AADepGraphNode * > | |
using | NodeRef = AADepGraphNode * |
using | DepTy = PointerIntPair< AADepGraphNode *, 1 > |
using | EdgeRef = PointerIntPair< AADepGraphNode *, 1 > |
using | ChildIteratorType = mapped_iterator< AADepGraphNode::DepSetTy::iterator, decltype(&DepGetVal)> |
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 4153 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraph * >::nodes_iterator = mapped_iterator<AADepGraphNode::DepSetTy::iterator, decltype(&DepGetVal)> |
Definition at line 4156 of file Attributor.cpp.
|
inlinestatic |
Definition at line 4154 of file Attributor.cpp.
References llvm::AADepGraph::GetEntryNode().
|
inlinestatic |
Definition at line 4159 of file Attributor.cpp.
References llvm::AADepGraph::begin().
|
inlinestatic |
Definition at line 4161 of file Attributor.cpp.
References llvm::AADepGraph::end().