Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.h |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.h (revision 23072) |
| +++ runtime/vm/flow_graph_optimizer.h (working copy) |
| @@ -200,6 +200,8 @@ |
| private: |
| FlowGraph* flow_graph() const { return flow_graph_; } |
| + bool MayHoist(Instruction* instr, BlockEntryInstr* pre_header); |
| + |
| void Hoist(ForwardInstructionIterator* it, |
| BlockEntryInstr* pre_header, |
| Instruction* current); |