HomeSort by: relevance | last modified time | path
    Searched defs:ManipulatesSP (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.h 37 bool ManipulatesSP;
43 RegSaveFrameIndex(0), FramePointerSaveIndex(0), ManipulatesSP(false),
90 bool getManipulatesSP() const { return ManipulatesSP; }
91 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; }

Completed in 16 milliseconds