Chromium Code Reviews| Index: vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- vm/flow_graph_compiler_x64.h (revision 9930) |
| +++ vm/flow_graph_compiler_x64.h (working copy) |
| @@ -49,6 +49,9 @@ |
| } |
| static bool CanOptimize(); |
| bool is_optimizing() const { return is_optimizing_; } |
| + |
| + bool is_ssa() const { return is_ssa_; } |
| + |
| const GrowableArray<BlockInfo*>& block_info() const { return block_info_; } |
| // Constructor is lighweight, major initialization work should occur here. |