| Index: runtime/vm/flow_graph_inliner.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_inliner.h (revision 34394)
|
| +++ runtime/vm/flow_graph_inliner.h (working copy)
|
| @@ -21,7 +21,8 @@
|
| // The flow graph is destructively updated upon inlining.
|
| void Inline();
|
|
|
| - static void CollectGraphInfo(FlowGraph* flow_graph);
|
| + // Compute graph info if it was not already computed or if 'force' is true.
|
| + static void CollectGraphInfo(FlowGraph* flow_graph, bool force = false);
|
|
|
| static bool AlwaysInline(const Function& function);
|
|
|
|
|