Searched refs:FirstEpilogSEH (Results 1 – 1 of 1) sorted by relevance
1893 MachineBasicBlock::iterator FirstEpilogSEH = std::prev(MBBI); in expandPostRAPseudo() local1894 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && in expandPostRAPseudo()1895 FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()1896 FirstEpilogSEH = std::prev(FirstEpilogSEH); in expandPostRAPseudo()1897 if (FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()1898 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo()1899 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) in expandPostRAPseudo()1902 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri)) in expandPostRAPseudo()