Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1621 uint64_t InSum = sumEdgeCount(Count->InEdges); in populateCounters() local
1622 if (Count->CountValue > InSum) in populateCounters()
1623 Total = Count->CountValue - InSum; in populateCounters()