|
LLVM 22.0.0git
|
#include "llvm/Transforms/IPO/ProfiledCallGraph.h"
Public Member Functions | |
| ProfiledCallGraphEdge (ProfiledCallGraphNode *Source, ProfiledCallGraphNode *Target, uint64_t Weight) | |
| operator ProfiledCallGraphNode * () const | |
Public Attributes | |
| ProfiledCallGraphNode * | Source |
| ProfiledCallGraphNode * | Target |
| uint64_t | Weight |
Definition at line 24 of file ProfiledCallGraph.h.
|
inline |
Definition at line 25 of file ProfiledCallGraph.h.
|
inline |
Definition at line 34 of file ProfiledCallGraph.h.
References Target.
| ProfiledCallGraphNode* llvm::sampleprof::ProfiledCallGraphEdge::Source |
Definition at line 28 of file ProfiledCallGraph.h.
Referenced by ProfiledCallGraphEdge().
| ProfiledCallGraphNode* llvm::sampleprof::ProfiledCallGraphEdge::Target |
Definition at line 29 of file ProfiledCallGraph.h.
Referenced by operator ProfiledCallGraphNode *(), and ProfiledCallGraphEdge().
| uint64_t llvm::sampleprof::ProfiledCallGraphEdge::Weight |
Definition at line 30 of file ProfiledCallGraph.h.
Referenced by ProfiledCallGraphEdge().