Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1330 uint64_t OutSum = sumEdgeCount(Count->OutEdges); in populateCounters() local
1334 if (Count->CountValue > OutSum) in populateCounters()
1335 Total = Count->CountValue - OutSum; in populateCounters()