Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1610 uint64_t OutSum = sumEdgeCount(Count->OutEdges); in populateCounters() local
1614 if (Count->CountValue > OutSum) in populateCounters()
1615 Total = Count->CountValue - OutSum; in populateCounters()