Skip to content
Commit 943c6806 authored by Anna Zaks's avatar Anna Zaks
Browse files

[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
parent ca70ed53
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment