HomeSort by: relevance | last modified time | path
    Searched refs:shrinkWrapDisabled (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 69 bool ShrinkWrapDisabled = false;
194 void setShrinkWrapDisabled(bool U) { ShrinkWrapDisabled = U; }
195 bool shrinkWrapDisabled() const { return ShrinkWrapDisabled; }
PPCFrameLowering.cpp 2687 if (MF.getInfo<PPCFunctionInfo>()->shrinkWrapDisabled())

Completed in 18 milliseconds