|
LLVM 22.0.0git
|
Public Types | |
| using | GraphType = const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> * |
| using | NodeRef = const ContextNode<DerivedCCG, FuncTy, CallTy> * |
| using | NodePtrTy = std::unique_ptr<ContextNode<DerivedCCG, FuncTy, CallTy>> |
| using | nodes_iterator |
| using | EdgePtrTy = std::shared_ptr<ContextEdge<DerivedCCG, FuncTy, CallTy>> |
| using | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getNode (const NodePtrTy &P) |
| static nodes_iterator | nodes_begin (GraphType G) |
| static nodes_iterator | nodes_end (GraphType G) |
| static NodeRef | getEntryNode (GraphType G) |
| static const ContextNode< DerivedCCG, FuncTy, CallTy > * | GetCallee (const EdgePtrTy &P) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 3336 of file MemProfContextDisambiguation.cpp.
| using GraphTraits< const CallsiteContextGraph< DerivedCCG, FuncTy, CallTy > * >::ChildIteratorType |
Definition at line 3365 of file MemProfContextDisambiguation.cpp.
| using GraphTraits< const CallsiteContextGraph< DerivedCCG, FuncTy, CallTy > * >::EdgePtrTy = std::shared_ptr<ContextEdge<DerivedCCG, FuncTy, CallTy>> |
Definition at line 3359 of file MemProfContextDisambiguation.cpp.
| using GraphTraits< const CallsiteContextGraph< DerivedCCG, FuncTy, CallTy > * >::GraphType = const CallsiteContextGraph<DerivedCCG, FuncTy, CallTy> * |
Definition at line 3337 of file MemProfContextDisambiguation.cpp.
| using GraphTraits< const CallsiteContextGraph< DerivedCCG, FuncTy, CallTy > * >::NodePtrTy = std::unique_ptr<ContextNode<DerivedCCG, FuncTy, CallTy>> |
Definition at line 3340 of file MemProfContextDisambiguation.cpp.
| using GraphTraits< const CallsiteContextGraph< DerivedCCG, FuncTy, CallTy > * >::NodeRef = const ContextNode<DerivedCCG, FuncTy, CallTy> * |
Definition at line 3338 of file MemProfContextDisambiguation.cpp.
| using GraphTraits< const CallsiteContextGraph< DerivedCCG, FuncTy, CallTy > * >::nodes_iterator |
Definition at line 3343 of file MemProfContextDisambiguation.cpp.
|
inlinestatic |
Definition at line 3370 of file MemProfContextDisambiguation.cpp.
References GetCallee(), and N.
|
inlinestatic |
Definition at line 3374 of file MemProfContextDisambiguation.cpp.
References GetCallee(), and N.
|
inlinestatic |
Definition at line 3361 of file MemProfContextDisambiguation.cpp.
References P.
Referenced by child_begin(), and child_end().
|
inlinestatic |
Definition at line 3355 of file MemProfContextDisambiguation.cpp.
References G.
|
inlinestatic |
Definition at line 3341 of file MemProfContextDisambiguation.cpp.
References P.
Referenced by nodes_begin(), and nodes_end().
|
inlinestatic |
Definition at line 3347 of file MemProfContextDisambiguation.cpp.
|
inlinestatic |
Definition at line 3351 of file MemProfContextDisambiguation.cpp.