Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h305 static uint64_t getCyclesCount(const BlockVector &blocks);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp524 uint64_t GCOVBlock::getCyclesCount(const BlockVector &blocks) { in getCyclesCount() function in GCOVBlock
743 count += GCOVBlock::getCyclesCount(line.blocks); in collectSourceLine()