Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DShrinkWrap.cpp215 static bool isShrinkWrapEnabled(const MachineFunction &MF);
467 if (skipFunction(MF.getFunction()) || MF.empty() || !isShrinkWrapEnabled(MF)) in runOnMachineFunction()
593 bool ShrinkWrap::isShrinkWrapEnabled(const MachineFunction &MF) { in isShrinkWrapEnabled() function in ShrinkWrap