Chromium Code Reviews| 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(); |