Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2530 auto LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local
2531 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() local
2586 while (LastPopI != Begin) { in emitEpilogue()
2587 --LastPopI; in emitEpilogue()
2588 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue()
2589 (!FPAfterSVECalleeSaves && IsSVECalleeSave(LastPopI))) { in emitEpilogue()
[all …]