Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp755 MachineInstr *StackAllocMI = nullptr; in inlineStackProbe() local
758 StackAllocMI = &MI; in inlineStackProbe()
761 if (StackAllocMI == nullptr) in inlineStackProbe()
769 MachineBasicBlock::iterator MBBI = StackAllocMI; in inlineStackProbe()
770 const DebugLoc DL = StackAllocMI->getDebugLoc(); in inlineStackProbe()
840 StackAllocMI->eraseFromParent(); in inlineStackProbe()
1343 MachineInstr *StackAllocMI = nullptr; in inlineStackProbe() local
1346 StackAllocMI = &MI; in inlineStackProbe()
1349 if (StackAllocMI == nullptr) in inlineStackProbe()
1357 const DebugLoc DL = StackAllocMI->getDebugLoc(); in inlineStackProbe()
[all …]