Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp629 MachineInstr *StackAllocMI = nullptr; in inlineStackProbe() local
632 StackAllocMI = &MI; in inlineStackProbe()
635 if (StackAllocMI == nullptr) in inlineStackProbe()
637 uint64_t StackSize = StackAllocMI->getOperand(0).getImm(); in inlineStackProbe()
643 MachineBasicBlock::iterator MBBI = StackAllocMI; in inlineStackProbe()
644 const DebugLoc DL = StackAllocMI->getDebugLoc(); in inlineStackProbe()
714 StackAllocMI->eraseFromParent(); in inlineStackProbe()