[analyzer] Add -analyzer-config option for function size the inliner considers as large
Add an option (-analyzer-config min-blocks-for-inline-large=14) to control the function size the inliner considers as large, in relation to "max-times-inline-large". The option defaults to the original hard coded behaviour, which I believe should be adjustable with the other inlining settings. The analyzer-config test has been modified so that the analyzer will reach the getMinBlocksForInlineLarge() method and store the result in the ConfigTable, to ensure it is dumped by the debug checker. A patch by Sean Eveson! Differential Revision: http://reviews.llvm.org/D12406 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247463 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/StaticAnalyzer/Core/AnalyzerOptions.h 10 additions, 0 deletionsinclude/clang/StaticAnalyzer/Core/AnalyzerOptions.h
- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp 7 additions, 0 deletionslib/StaticAnalyzer/Core/AnalyzerOptions.cpp
- lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp 2 additions, 1 deletionlib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
- test/Analysis/analyzer-config.c 11 additions, 3 deletionstest/Analysis/analyzer-config.c
- test/Analysis/analyzer-config.cpp 11 additions, 3 deletionstest/Analysis/analyzer-config.cpp
Loading
Please register or sign in to comment