Searched refs:FirstEpilogSEH (Results 1 – 1 of 1) sorted by relevance
1851 MachineBasicBlock::iterator FirstEpilogSEH = std::prev(MBBI); in expandPostRAPseudo() local1852 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && in expandPostRAPseudo()1853 FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()1854 FirstEpilogSEH = std::prev(FirstEpilogSEH); in expandPostRAPseudo()1855 if (FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()1856 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo()1857 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) in expandPostRAPseudo()1860 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri)) in expandPostRAPseudo()