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

Unified Diff: src/IceCfg.h

Issue 1414343010: Sort allocas, compute frame pointer in Cfg pass (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review fixes Created 5 years, 1 month 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 | src/IceCfg.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 6a1a1c8439eedfeb364da8f35727e53151fba43d..37c6eb7fb93ef3085e69187d5a58294b60d254b5 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -185,6 +185,10 @@ public:
void advancedPhiLowering();
void reorderNodes();
void shuffleNodes();
+ void sortAllocas(CfgVector<Inst *> &Allocas, InstList &Insts,
+ bool IsKnownFrameOffset);
+ /// Merge all the fixed-size allocas in the entry block.
+ void processAllocas();
void doAddressOpt();
void doArgLowering();
void doNopInsertion();
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698