Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h96 void setHasPushSequences(bool HasPush) { HasPushSequences = HasPush; } in setHasPushSequences() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h136 void setHasPushSequences(bool HasPush) { HasPushSequences = HasPush; } in setHasPushSequences() function
H A DX86CallFrameOptimization.cpp598 FuncInfo->setHasPushSequences(true); in adjustCallSequence()