aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/man
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-04 19:59:49 +0000
committerChris Lattner <sabre@nondot.org>2005-02-04 19:59:49 +0000
commit86db364f020e13ab82673d7c597faa7783d0610a (patch)
tree49e5b1b07a8ba34a3b9f0cd837b8c51d47b441e1 /docs/CommandGuide/man
parente859444a913a66810ca5c51bd465321cec66cd83 (diff)
If we have an indirect call site that calls N functions, inline the N functions
into a temporary graph, remember it for later, then inline the tmp graph into the call site. In the case where there are other call sites to the same set of functions, this permits us to just inline the temporary graph instead of all of the callees. This turns N*M inlining situations into an N+M inlining situation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/man')
0 files changed, 0 insertions, 0 deletions