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.cpp2336 auto LastPopI = MBB.getFirstTerminator(); in emitEpilogue() local
2337 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() local
2387 while (LastPopI != Begin) { in emitEpilogue()
2388 --LastPopI; in emitEpilogue()
2389 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue()
2390 IsSVECalleeSave(LastPopI)) { in emitEpilogue()
[all …]