Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1184 uint64_t ValueSum = 0; in readCounters() local
1187 ValueSum += CountFromProfile[I]; in readCounters()
1189 AllZeros = (ValueSum == 0); in readCounters()
1191 LLVM_DEBUG(dbgs() << "SUM = " << ValueSum << "\n"); in readCounters()