Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp305 uint64_t ReportedThrows = 0; in inferFallThroughCounts() local
307 ReportedThrows += LP->getExecutionCount(); in inferFallThroughCounts()
310 ReportedBranches + CTCTakenCount + ReportedThrows; in inferFallThroughCounts()