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

Unified Diff: runtime/vm/flow_graph.h

Issue 12313033: Revert "Change the SSA construction pass to also construct def-use chains." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « runtime/vm/compiler.cc ('k') | runtime/vm/flow_graph.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph.h
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
index 59c0c0d3d49fd267f8546cf0782755abb778c866..139aa6f3410b08a3679ff6e3efd1cdf40c82a302 100644
--- a/runtime/vm/flow_graph.h
+++ b/runtime/vm/flow_graph.h
@@ -124,6 +124,7 @@ class FlowGraph : public ZoneAllocated {
// Operations on the flow graph.
void ComputeSSA(intptr_t next_virtual_register_number,
GrowableArray<Definition*>* inlining_parameters);
+ void ComputeUseLists();
// Finds natural loops in the flow graph and attaches a list of loop
// body blocks for each loop header.
@@ -137,7 +138,8 @@ class FlowGraph : public ZoneAllocated {
void InvalidateDominatorTree() { invalid_dominator_tree_ = true; }
#ifdef DEBUG
- // Verification methods for debugging.
+ // Validation methods for debugging.
+ bool ResetUseLists();
bool VerifyUseLists();
#endif // DEBUG
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/flow_graph.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698