Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1322 uint64_t ValueSum = 0; in readCounters() local
1325 ValueSum += CountFromProfile[I]; in readCounters()
1329 AllZeros = (ValueSum == 0); in readCounters()
1331 LLVM_DEBUG(dbgs() << "SUM = " << ValueSum << "\n"); in readCounters()