Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h122 bool PadForPush2Pop2 = false; variable
244 bool padForPush2Pop2() const { return PadForPush2Pop2; } in padForPush2Pop2()
245 void setPadForPush2Pop2(bool V) { PadForPush2Pop2 = V; } in setPadForPush2Pop2()