struct ProfiledCallGraphEdge
Declaration
struct ProfiledCallGraphEdge { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h:26
Member Variables
- public llvm::sampleprof::ProfiledCallGraphNode* Source
- public llvm::sampleprof::ProfiledCallGraphNode* Target
- public uint64_t Weight
Method Overview
- public ProfiledCallGraphEdge(llvm::sampleprof::ProfiledCallGraphNode * Source, llvm::sampleprof::ProfiledCallGraphNode * Target, uint64_t Weight)
- public llvm::sampleprof::ProfiledCallGraphNode * operator llvm::sampleprof::ProfiledCallGraphNode *() const
Methods
¶ProfiledCallGraphEdge(
llvm::sampleprof::ProfiledCallGraphNode*
Source,
llvm::sampleprof::ProfiledCallGraphNode*
Target,
uint64_t Weight)
ProfiledCallGraphEdge(
llvm::sampleprof::ProfiledCallGraphNode*
Source,
llvm::sampleprof::ProfiledCallGraphNode*
Target,
uint64_t Weight)
Declared at: llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h:27
Parameters
- llvm::sampleprof::ProfiledCallGraphNode* Source
- llvm::sampleprof::ProfiledCallGraphNode* Target
- uint64_t Weight
¶llvm::sampleprof::ProfiledCallGraphNode*
operator llvm::sampleprof::
ProfiledCallGraphNode*() const
llvm::sampleprof::ProfiledCallGraphNode*
operator llvm::sampleprof::
ProfiledCallGraphNode*() const
Declared at: llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h:36