Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h26 bool ManipulatesSP; variable
33 ManipulatesSP(false), NumLocalDynamics(0) {} in SystemZMachineFunctionInfo()
69 bool getManipulatesSP() const { return ManipulatesSP; } in getManipulatesSP()
70 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } in setManipulatesSP()