Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp729 uint64_t FuncSum = 0; in showInstrProfile() local
732 FuncSum += Func.Counts[I]; in showInstrProfile()
739 << " Sum = " << FuncSum << ")\n"; in showInstrProfile()