Home
last modified time | relevance | path

Searched refs:OutSum (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.cpp1239 uint64_t OutSum = sumEdgeCount(Count->OutEdges); in populateCounters() local
1243 if (Count->CountValue > OutSum) in populateCounters()
1244 Total = Count->CountValue - OutSum; in populateCounters()