diff options
author | Anna Zaks <ganna@apple.com> | 2012-03-13 19:32:19 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2012-03-13 19:32:19 +0000 |
commit | b990d039c7e01ad0055dcbd1e13a691813397b96 (patch) | |
tree | 812bbe60afa6a6f9194651066abe6230935fdbc6 /lib/Frontend/CompilerInvocation.cpp | |
parent | 7fe8dcef71ae56e43fd7df345db2895f84f2d0ca (diff) |
[analyzer] Change the order in which we analyze the functions under
inlining to be the reverse of their declaration.
This optimizes running time under inlining up to 20% since we do not
re-analyze the utility functions which are usually defined first in the
translation unit if they have already been analyzed while inlined into
the root functions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions