summaryrefslogtreecommitdiffstats
path: root/ir_function_can_inline.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistorIan Romanick2010-05-171-147/+16
| | | | The output of all test cases was verified to be the same using diff.
* ir_function_inlining: Implement inlining in many more cases.Eric Anholt2010-04-231-0/+227
We still don't inline for control flow in the inlined function, and we don't have any limits on what we will inline.