|
LLVM 22.0.0git
|
#include "llvm/ProfileData/GCOV.h"
Public Member Functions | |
| GCOVArc (GCOVBlock &src, GCOVBlock &dst, uint32_t flags) | |
| LLVM_ABI 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.
| uint32_t llvm::GCOVArc::flags |