Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1122 uint64_t InSum = sumEdgeCount(Count->InEdges); in populateCounters() local
1123 if (Count->CountValue > InSum) in populateCounters()
1124 Total = Count->CountValue - InSum; in populateCounters()