Augment cycle counts along one cycle found from src.
Declared in <llvm/ProfileData/GCOV.h>
static
uint64_t
augmentOneCycle(
GCOVBlock* src,
std::vector<std::pair<GCOVBlock*, size_t>>& stack);
Cycle count discovered for one cycle, or zero if none.
| Name | Description |
|---|---|
| src | Block used as the search root for a cycle. |
| stack | Work stack of blocks and successor indices. |