Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1052 uint64_t ValueSum = 0; in readCounters() local
1055 ValueSum += CountFromProfile[I]; in readCounters()
1057 AllZeros = (ValueSum == 0); in readCounters()
1059 LLVM_DEBUG(dbgs() << "SUM = " << ValueSum << "\n"); in readCounters()