Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h205 void setShrinkWrapDisabled(bool U) { ShrinkWrapDisabled = U; } in setShrinkWrapDisabled() function
H A DPPCISelDAGToDAG.cpp507 MF->getInfo<PPCFunctionInfo>()->setShrinkWrapDisabled(true); in INITIALIZE_PASS()