Home
last modified time | relevance | path

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

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