Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h41 unsigned TotalBasicBlocks : 30; variable
54 : TotalBasicBlocks(0), InlineChecked(0), MayInline(0), in FunctionSummary()
103 I->second.TotalBasicBlocks = TotalIDs; in markVisitedBasicBlock()
132 I->second.TotalBasicBlocks); in getPercentBlocksReachable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DFunctionSummary.cpp22 Total += I.second.TotalBasicBlocks; in getTotalNumBasicBlocks()