Searched refs:FirstEpilogSEH (Results 1 – 1 of 1) sorted by relevance
2105 MachineBasicBlock::iterator FirstEpilogSEH = std::prev(MBBI); in expandPostRAPseudo() local2106 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && in expandPostRAPseudo()2107 FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()2108 FirstEpilogSEH = std::prev(FirstEpilogSEH); in expandPostRAPseudo()2109 if (FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()2110 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo()2111 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) in expandPostRAPseudo()2114 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri)) in expandPostRAPseudo()