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

Unified Diff: src/IceCfgNode.h

Issue 300563003: Subzero: Initial O2 lowering (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Jan's third-round comments Created 6 years, 6 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/IceCfg.cpp ('k') | src/IceCfgNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfgNode.h
diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h
index 645dc573a8d281ed45d037918dbc697bc02fc6a4..ea50dca6a01603dca0393cb3bc752df24f6333f1 100644
--- a/src/IceCfgNode.h
+++ b/src/IceCfgNode.h
@@ -45,6 +45,7 @@ public:
// Manage the instruction list.
InstList &getInsts() { return Insts; }
void appendInst(Inst *Inst);
+ void renumberInstructions();
// Add a predecessor edge to the InEdges list for each of this
// node's successors.
@@ -53,7 +54,11 @@ public:
void placePhiLoads();
void placePhiStores();
void deletePhis();
+ void doAddressOpt();
void genCode();
+ void livenessLightweight();
+ bool liveness(Liveness *Liveness);
+ void livenessPostprocess(LivenessMode Mode, Liveness *Liveness);
void emit(Cfg *Func) const;
void dump(Cfg *Func) const;
« no previous file with comments | « src/IceCfg.cpp ('k') | src/IceCfgNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698