Searched refs:ManipulatesSP (Results 1 – 1 of 1) sorted by relevance
25 bool ManipulatesSP; variable30 VarArgsFrameIndex(0), RegSaveFrameIndex(0), ManipulatesSP(false) {} in SystemZMachineFunctionInfo()62 bool getManipulatesSP() const { return ManipulatesSP; } in getManipulatesSP()63 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } in setManipulatesSP()