Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h71 bool ShrinkWrapDisabled = false; variable
205 void setShrinkWrapDisabled(bool U) { ShrinkWrapDisabled = U; } in setShrinkWrapDisabled()
206 bool shrinkWrapDisabled() const { return ShrinkWrapDisabled; } in shrinkWrapDisabled()