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

Methods

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

Declared at: llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h:36