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 | 943c680605b42ed83c0ac10e93d5bbf57a9b4d24 (patch) | |
tree | d95a9ecfb9789e652a5ec042dfe1692e24386111 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ca70ed53dab97506c07350b2798e281bf0595491 (diff) | |
download | bcm5719-llvm-943c680605b42ed83c0ac10e93d5bbf57a9b4d24.tar.gz bcm5719-llvm-943c680605b42ed83c0ac10e93d5bbf57a9b4d24.zip |
[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.
llvm-svn: 152653
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions