LLVM 20.0.0git
|
#include "llvm/ProfileData/GCOV.h"
Public Member Functions | |
GCOVArc (GCOVBlock &src, GCOVBlock &dst, uint32_t flags) | |
bool | onTree () const |
Public Attributes | |
GCOVBlock & | src |
GCOVBlock & | dst |
uint32_t | flags |
uint64_t | count = 0 |
uint64_t | cycleCount = 0 |
bool GCOVArc::onTree | ( | ) | const |
Definition at line 330 of file GCOV.cpp.
References flags, and GCOV_ARC_ON_TREE.