Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h25 bool ManipulatesSP; variable
31 VarArgsFrameIndex(0), RegSaveFrameIndex(0), ManipulatesSP(false), in SystemZMachineFunctionInfo()
64 bool getManipulatesSP() const { return ManipulatesSP; } in getManipulatesSP()
65 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } in setManipulatesSP()