LLVM
8.0.1
|
GCOVEdge - Collects edge information. More...
#include "llvm/ProfileData/GCOV.h"
Public Member Functions | |
GCOVEdge (GCOVBlock &S, GCOVBlock &D) | |
Public Attributes | |
GCOVBlock & | Src |
GCOVBlock & | Dst |
uint64_t | Count = 0 |
uint64_t | CyclesCount = 0 |
GCOVBlock& llvm::GCOVEdge::Dst |
Definition at line 269 of file GCOV.h.
Referenced by llvm::GCOVBlock::addDstEdge(), and llvm::GCOVBlock::addSrcEdge().
GCOVBlock& llvm::GCOVEdge::Src |
Definition at line 268 of file GCOV.h.
Referenced by llvm::GCOVBlock::addDstEdge().