Searched refs:isShrinkWrapEnabled (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp215 static bool isShrinkWrapEnabled(const MachineFunction &MF);
464 if (skipFunction(MF.getFunction()) || MF.empty() || !isShrinkWrapEnabled(MF))
592 bool ShrinkWrap::isShrinkWrapEnabled(const MachineFunction &MF) { function in class:ShrinkWrap

Completed in 161 milliseconds