HomeSort by relevance Sort by last modified time
    Searched refs:TotalBasicBlocks (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 35 unsigned TotalBasicBlocks;
45 TotalBasicBlocks(0),
84 I->second->TotalBasicBlocks = TotalIDs;
113 I->second->TotalBasicBlocks);
  /external/clang/lib/StaticAnalyzer/Core/
FunctionSummary.cpp 27 Total += I->second->TotalBasicBlocks;

Completed in 32 milliseconds