Home
last modified time | relevance | path

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

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