Searched refs:LastPopI (Results 1 – 1 of 1) sorted by relevance
2530 auto LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local2531 if (LastPopI != MBB.begin()) { in emitEpilogue()2532 auto HomogeneousEpilog = std::prev(LastPopI); in emitEpilogue()2534 LastPopI = HomogeneousEpilog; in emitEpilogue()2538 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::SP, in emitEpilogue()2584 MachineBasicBlock::iterator LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local2586 while (LastPopI != Begin) { in emitEpilogue()2587 --LastPopI; in emitEpilogue()2588 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue()2589 (!FPAfterSVECalleeSaves && IsSVECalleeSave(LastPopI))) { in emitEpilogue()[all …]