reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1485 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && 1486 FirstEpilogSEH != MBB.begin()) 1487 FirstEpilogSEH = std::prev(FirstEpilogSEH); 1487 FirstEpilogSEH = std::prev(FirstEpilogSEH); 1488 if (FirstEpilogSEH != MBB.begin()) 1489 FirstEpilogSEH = std::next(FirstEpilogSEH); 1489 FirstEpilogSEH = std::next(FirstEpilogSEH); 1490 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) 1493 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri))