Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 10388161: Initial work on computing SSA. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/flow_graph_builder.cc » ('j') | runtime/vm/intermediate_language.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_builder.h
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
index 347da1346e7560a075cd68d62e4831346226b7d4..e3b3fc7493e254a95e48b6e249ef4936f3d88eab 100644
--- a/runtime/vm/flow_graph_builder.h
+++ b/runtime/vm/flow_graph_builder.h
@@ -52,6 +52,11 @@ class FlowGraphBuilder: public ValueObject {
GrowableArray<intptr_t>* parent,
GrowableArray<intptr_t>* label);
+ void InsertPhis(GrowableArray<BlockEntryInstr*>* preorder,
+ GrowableArray<BitVector*>* assigned_vars,
+ intptr_t var_count,
+ GrowableArray<BitVector*>* dom_frontier);
+
const ParsedFunction& parsed_function_;
GrowableArray<BlockEntryInstr*> preorder_block_entries_;
GrowableArray<BlockEntryInstr*> postorder_block_entries_;
« no previous file with comments | « no previous file | runtime/vm/flow_graph_builder.cc » ('j') | runtime/vm/intermediate_language.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698