LLVM 17.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 3742 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::ChildEdgeIteratorType = AADepGraphNode::DepSetTy::iterator |
Definition at line 3752 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::ChildIteratorType = mapped_iterator<AADepGraphNode::DepSetTy::iterator, decltype(&DepGetVal)> |
Definition at line 3750 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::DepTy = PointerIntPair<AADepGraphNode *, 1> |
Definition at line 3744 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::EdgeRef = PointerIntPair<AADepGraphNode *, 1> |
Definition at line 3745 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::NodeRef = AADepGraphNode * |
Definition at line 3743 of file Attributor.cpp.
|
inlinestatic |
Definition at line 3754 of file Attributor.cpp.
References N.
|
inlinestatic |
Definition at line 3756 of file Attributor.cpp.
References N.
|
inlinestatic |
Definition at line 3748 of file Attributor.cpp.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
|
inlinestatic |
Definition at line 3747 of file Attributor.cpp.