Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h51 bool ShrinkWrapDisabled = false; variable
158 void setShrinkWrapDisabled(bool U) { ShrinkWrapDisabled = U; } in setShrinkWrapDisabled()
159 bool shrinkWrapDisabled() const { return ShrinkWrapDisabled; } in shrinkWrapDisabled()