Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
768 MachineBasicBlock::iterator MBBI = StackAllocMI; in inlineStackProbe()
769 const DebugLoc DL = StackAllocMI->getDebugLoc(); in inlineStackProbe()
839 StackAllocMI->eraseFromParent(); in inlineStackProbe()
1310 MachineInstr *StackAllocMI = nullptr; in inlineStackProbe() local
1313 StackAllocMI = &MI; in inlineStackProbe()
1316 if (StackAllocMI == nullptr) in inlineStackProbe()
1320 const DebugLoc DL = StackAllocMI->getDebugLoc(); in inlineStackProbe()
[all …]