LLVM 20.0.0git
|
Public Types | |
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 (AADepGraphNode *DGN) |
static NodeRef | DepGetVal (const DepTy &DT) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 4135 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::ChildEdgeIteratorType = AADepGraphNode::DepSetTy::iterator |
Definition at line 4145 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::ChildIteratorType = mapped_iterator<AADepGraphNode::DepSetTy::iterator, decltype(&DepGetVal)> |
Definition at line 4143 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::DepTy = PointerIntPair<AADepGraphNode *, 1> |
Definition at line 4137 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::EdgeRef = PointerIntPair<AADepGraphNode *, 1> |
Definition at line 4138 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::NodeRef = AADepGraphNode * |
Definition at line 4136 of file Attributor.cpp.
|
inlinestatic |
Definition at line 4147 of file Attributor.cpp.
References N.
|
inlinestatic |
Definition at line 4149 of file Attributor.cpp.
References N.
|
inlinestatic |
Definition at line 4141 of file Attributor.cpp.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
|
inlinestatic |
Definition at line 4140 of file Attributor.cpp.