Searched refs:LastPopI (Results 1 – 1 of 1) sorted by relevance
788 MachineBasicBlock::iterator LastPopI) { in adaptForLdStOpt() argument803 MBB.splice(FirstSPPopI, &MBB, LastPopI); in adaptForLdStOpt()1492 MachineBasicBlock::iterator LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local1494 while (LastPopI != Begin) { in emitEpilogue()1495 --LastPopI; in emitEpilogue()1496 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue()1497 IsSVECalleeSave(LastPopI)) { in emitEpilogue()1498 ++LastPopI; in emitEpilogue()1501 fixupCalleeSaveRestoreStackOffset(*LastPopI, AFI->getLocalStackSize(), in emitEpilogue()1507 BuildMI(MBB, LastPopI, DL, TII->get(AArch64::SEH_EpilogStart)) in emitEpilogue()[all …]