Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp754 MachineInstr *StackAllocMI = nullptr; in inlineStackProbe() local
757 StackAllocMI = &MI; in inlineStackProbe()
760 if (StackAllocMI == nullptr) in inlineStackProbe()
762 uint64_t StackSize = StackAllocMI->getOperand(0).getImm(); in inlineStackProbe()
768 MachineBasicBlock::iterator MBBI = StackAllocMI; in inlineStackProbe()
769 const DebugLoc DL = StackAllocMI->getDebugLoc(); in inlineStackProbe()
839 StackAllocMI->eraseFromParent(); in inlineStackProbe()
1309 MachineInstr *StackAllocMI = nullptr; in inlineStackProbe() local
1312 StackAllocMI = &MI; in inlineStackProbe()
1315 if (StackAllocMI == nullptr) in inlineStackProbe()
[all …]