Home
last modified time | relevance | path

Searched refs:ManipulatesSP (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZMachineFunctionInfo.h25 bool ManipulatesSP; variable
30 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()