Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h40 unsigned TotalBasicBlocks : 30; variable
53 : TotalBasicBlocks(0), InlineChecked(0), MayInline(0), in FunctionSummary()
102 I->second.TotalBasicBlocks = TotalIDs; in markVisitedBasicBlock()
131 I->second.TotalBasicBlocks); in getPercentBlocksReachable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DFunctionSummary.cpp21 Total += I.second.TotalBasicBlocks; in getTotalNumBasicBlocks()