Searched refs:LastPopI (Results 1 – 1 of 1) sorted by relevance
2336 auto LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local2337 if (LastPopI != MBB.begin()) { in emitEpilogue()2338 auto HomogeneousEpilog = std::prev(LastPopI); in emitEpilogue()2340 LastPopI = HomogeneousEpilog; in emitEpilogue()2344 emitFrameOffset(MBB, LastPopI, DL, AArch64::SP, AArch64::SP, in emitEpilogue()2385 MachineBasicBlock::iterator LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local2387 while (LastPopI != Begin) { in emitEpilogue()2388 --LastPopI; in emitEpilogue()2389 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue()2390 IsSVECalleeSave(LastPopI)) { in emitEpilogue()[all …]