summaryrefslogtreecommitdiff
path: root/ir_function_inlining.h
AgeCommit message (Collapse)Author
2010-05-05Move optimization pass prototypes to a single header.Eric Anholt
2010-04-23ir_function_inlining: Implement inlining in many more cases.Eric Anholt
We still don't inline for control flow in the inlined function, and we don't have any limits on what we will inline.
2010-04-21Remove ir_label since it is no longer used.Kenneth Graunke
2010-04-08Inline functions consisting of a return of an expression.Eric Anholt