Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp532 uint64_t ValueSum = 0; in readCounters() local
535 ValueSum += CountFromProfile[I]; in readCounters()
538 DEBUG(dbgs() << "SUM = " << ValueSum << "\n"); in readCounters()