LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::GCOVEdge Struct Reference

GCOVEdge - Collects edge information. More...

#include "llvm/ProfileData/GCOV.h"

Collaboration diagram for llvm::GCOVEdge:
Collaboration graph
[legend]

Public Member Functions

 GCOVEdge (GCOVBlock &S, GCOVBlock &D)
 

Public Attributes

GCOVBlockSrc
 
GCOVBlockDst
 
uint64_t Count = 0
 
uint64_t CyclesCount = 0
 

Detailed Description

GCOVEdge - Collects edge information.

Definition at line 265 of file GCOV.h.

Constructor & Destructor Documentation

◆ GCOVEdge()

llvm::GCOVEdge::GCOVEdge ( GCOVBlock S,
GCOVBlock D 
)
inline

Definition at line 266 of file GCOV.h.

Member Data Documentation

◆ Count

uint64_t llvm::GCOVEdge::Count = 0

Definition at line 270 of file GCOV.h.

◆ CyclesCount

uint64_t llvm::GCOVEdge::CyclesCount = 0

Definition at line 271 of file GCOV.h.

◆ Dst

GCOVBlock& llvm::GCOVEdge::Dst

Definition at line 269 of file GCOV.h.

Referenced by llvm::GCOVBlock::addDstEdge(), and llvm::GCOVBlock::addSrcEdge().

◆ Src

GCOVBlock& llvm::GCOVEdge::Src

Definition at line 268 of file GCOV.h.

Referenced by llvm::GCOVBlock::addDstEdge().


The documentation for this struct was generated from the following file: