Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 11934) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -120,6 +120,13 @@ |
| }; |
| +// Loop invariant code motion. |
| +class LICM : public AllStatic { |
| + public: |
| + static void Optimize(FlowGraph* flow_graph); |
| +}; |
| + |
| + |
| // A simple common subexpression elimination based |
| // on the dominator tree. |
| class DominatorBasedCSE : public AllStatic { |