Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 9119) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -46,6 +46,7 @@ |
| void set_current_block(BlockEntryInstr* value) { |
| current_block_ = value; |
| } |
| + static bool CanOptimize(); |
| bool is_optimizing() const { return is_optimizing_; } |
| const GrowableArray<BlockInfo*>& block_info() const { return block_info_; } |