Home
last modified time | relevance | path

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

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