Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp113 if (!MF.getSubtarget<X86Subtarget>().padShortFunctions()) in runOnMachineFunction()
H A DX86Subtarget.h727 bool padShortFunctions() const { return PadShortFunctions; } in padShortFunctions() function