Files
swift-mirror/lib/SILOptimizer
Mark Lacey dbde7cc4c1 Update the pass manager to allow for function creation in function passes.
Add interfaces and update the pass execution logic to allow function
passes to create new functions, or ask for functions to be optimized
prior to continuing.

Doing so results in the pass pipeline halting execution on the current
function, and continuing with newly added functions, returning to the
previous function after the newly added functions are fully optimized.
2015-12-18 14:08:56 -08:00
..
2015-12-16 22:09:32 +01:00
2015-12-16 22:09:32 +01:00