LLVM
15.0.0git
|
Public Types | |
using | NodeRef = AADepGraphNode * |
using | DepTy = PointerIntPair< AADepGraphNode *, 1 > |
using | EdgeRef = PointerIntPair< AADepGraphNode *, 1 > |
using | ChildIteratorType = mapped_iterator< TinyPtrVector< DepTy >::iterator, decltype(&DepGetVal)> |
using | ChildEdgeIteratorType = TinyPtrVector< DepTy >::iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (AADepGraphNode *DGN) |
static NodeRef | DepGetVal (DepTy &DT) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 3321 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::ChildEdgeIteratorType = TinyPtrVector<DepTy>::iterator |
Definition at line 3331 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::ChildIteratorType = mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)> |
Definition at line 3330 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::DepTy = PointerIntPair<AADepGraphNode *, 1> |
Definition at line 3323 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::EdgeRef = PointerIntPair<AADepGraphNode *, 1> |
Definition at line 3324 of file Attributor.cpp.
using llvm::GraphTraits< AADepGraphNode * >::NodeRef = AADepGraphNode * |
Definition at line 3322 of file Attributor.cpp.
|
inlinestatic |
Definition at line 3333 of file Attributor.cpp.
References N.
|
inlinestatic |
Definition at line 3335 of file Attributor.cpp.
References N.
|
inlinestatic |
Definition at line 3327 of file Attributor.cpp.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
|
inlinestatic |
Definition at line 3326 of file Attributor.cpp.