Home
last modified time | relevance | path

Searched refs:getCyclesCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h301 static uint64_t getCyclesCount(const BlockVector &blocks);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp489 uint64_t GCOVBlock::getCyclesCount(const BlockVector &blocks) { in getCyclesCount() function in GCOVBlock
708 count += GCOVBlock::getCyclesCount(line.blocks); in collectSourceLine()