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

Unified Diff: src/compiler/typer.h

Issue 2164263003: [turbofan] Induction variable bound analysis. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 5 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 | « src/compiler/pipeline.cc ('k') | src/compiler/typer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/typer.h
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 056318755e660dc18c8b7591b1847007d38dcdf1..ccd8c4d836c8aa6a536f13607e652480df8c2b67 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -19,6 +19,7 @@ class TypeCache;
namespace compiler {
+class LoopVariableOptimizer;
class OperationTyper;
class Typer {
@@ -36,7 +37,8 @@ class Typer {
void Run();
// TODO(bmeurer,jarin): Remove this once we have a notion of "roots" on Graph.
- void Run(const ZoneVector<Node*>& roots);
+ void Run(const ZoneVector<Node*>& roots,
+ LoopVariableOptimizer* induction_vars);
private:
class Visitor;
« no previous file with comments | « src/compiler/pipeline.cc ('k') | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698