Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp107 MachineInstr *canFoldIntoRegPush(MachineBasicBlock::iterator FrameSetup,
550 if (!SlowPUSHrmm && (DefMov = canFoldIntoRegPush(FrameSetup, Reg))) { in adjustCallSequence()
592 MachineInstr *X86CallFrameOptimization::canFoldIntoRegPush( in canFoldIntoRegPush() function in X86CallFrameOptimization