Searched refs:NumFunctionsWithBadCFGs (Results 1 – 2 of 2) sorted by relevance
63 unsigned NumFunctionsWithBadCFGs; variable
2246 NumFunctionsAnalyzed(0), NumFunctionsWithBadCFGs(0), NumCFGBlocks(0), in AnalysisBasedWarnings()2525 ++NumFunctionsWithBadCFGs; in IssueWarnings()2533 unsigned NumCFGsBuilt = NumFunctionsAnalyzed - NumFunctionsWithBadCFGs; in PrintStats()2537 << NumFunctionsWithBadCFGs << " w/o CFGs).\n" in PrintStats()