Index: src/IceCfg.h |
diff --git a/src/IceCfg.h b/src/IceCfg.h |
index 6a1a1c8439eedfeb364da8f35727e53151fba43d..dbbfffff1ff898a8db0e29266acb66e9ff5ee116 100644 |
--- a/src/IceCfg.h |
+++ b/src/IceCfg.h |
@@ -185,6 +185,10 @@ public: |
void advancedPhiLowering(); |
void reorderNodes(); |
void shuffleNodes(); |
+ void sortAllocas(std::vector<Inst *> &Allocas, InstList &Insts, |
+ bool IsKnownFrameOffset); |
+ /// Merge all the fixed-size allocas in the entry block. |
+ void processAllocas(); |
void doAddressOpt(); |
void doArgLowering(); |
void doNopInsertion(); |