Searched refs:SMBB (Results 1 – 4 of 4) sorted by relevance
993 MachineBasicBlock *SMBB = MBB.splitAt(PrevMI, /*UpdateLiveIns*/ true); in expandRestoreZA() local994 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end() in expandRestoreZA()995 ? *SMBB->successors().begin() in expandRestoreZA()996 : SMBB->splitAt(MI, /*UpdateLiveIns*/ true); in expandRestoreZA()999 Cbz.addMBB(SMBB); in expandRestoreZA()1006 BuildMI(*SMBB, SMBB->end(), DL, TII->get(AArch64::BL)); in expandRestoreZA()1010 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB); in expandRestoreZA()1092 MachineBasicBlock *SMBB = MBB.splitAt(PrevMI, /*UpdateLiveIns*/ true); in expandCondSMToggle() local1093 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end() in expandCondSMToggle()1094 ? *SMBB->successors().begin() in expandCondSMToggle()[all …]
75 for (const MachineBasicBlock *SMBB : MBB.successors()) { in computeLastInsertPoint() local76 if (SMBB->isEHPad()) { in computeLastInsertPoint()77 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()79 } else if (SMBB->isInlineAsmBrIndirectTarget()) in computeLastInsertPoint()80 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()
13 Description: Base address of registers for SMBB block
11275 MachineBasicBlock *SMBB = Successors.pop_back_val(); in EmitSjLjDispatchBlock() local11276 if (SMBB->isEHPad()) { in EmitSjLjDispatchBlock()11277 BB->removeSuccessor(SMBB); in EmitSjLjDispatchBlock()11278 MBBLPads.push_back(SMBB); in EmitSjLjDispatchBlock()