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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1298 uint64_t InSum = sumEdgeCount(Count->InEdges); local
1299 if (Count->CountValue > InSum)
1300 Total = Count->CountValue - InSum;

Completed in 69 milliseconds