summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2015-09-15 01:42:48 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2015-09-15 01:42:48 +0000
commitf75e15e5acb35af313ed50ed84c3e4c20c070910 (patch)
treea82b6bab06d3a5b58abba9a9e1bf21fd5b94e58a /clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
parente9621040e565e15c7d7d29df604b29099ac0a60c (diff)
downloadbcm5719-llvm-f75e15e5acb35af313ed50ed84c3e4c20c070910.tar.gz
bcm5719-llvm-f75e15e5acb35af313ed50ed84c3e4c20c070910.zip
[PlaceSafepoints] Make the width of a counted loop settable.
Summary: This change lets a `PlaceSafepoints` client change how wide the trip count of a loop has to be for the loop to be considerd "counted", via `CountedLoopTripWidth`. It also removes the boolean `SkipCounted` flag and the `upperTripBound` constant -- we can get the old behavior of `SkipCounted` == `false` by setting `CountedLoopTripWidth` to `13` (2 ^ 13 == 8192). Reviewers: reames Subscribers: llvm-commits, sanjoy Differential Revision: http://reviews.llvm.org/D12789 llvm-svn: 247656
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud