"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4b7558ef9a911015a78548822b21154fda57f372"
[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
Loading
Please register or sign in to comment