Searched refs:FirstEpilogSEH (Results 1 – 1 of 1) sorted by relevance
1962 MachineBasicBlock::iterator FirstEpilogSEH = std::prev(MBBI); in expandPostRAPseudo() local1963 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && in expandPostRAPseudo()1964 FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()1965 FirstEpilogSEH = std::prev(FirstEpilogSEH); in expandPostRAPseudo()1966 if (FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()1967 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo()1968 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) in expandPostRAPseudo()1971 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri)) in expandPostRAPseudo()