Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp113 if (!MF.getSubtarget<X86Subtarget>().padShortFunctions()) in runOnMachineFunction()
H A DX86Subtarget.h732 bool padShortFunctions() const { return PadShortFunctions; } in padShortFunctions() function