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