Searched refs:SMBB (Results 1 – 4 of 4) sorted by relevance
955 MachineBasicBlock *SMBB = MBB.splitAt(PrevMI, /*UpdateLiveIns*/ true); in expandRestoreZA() local956 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end() in expandRestoreZA()957 ? *SMBB->successors().begin() in expandRestoreZA()961 Cbz.addMBB(SMBB); in expandRestoreZA()968 BuildMI(*SMBB, SMBB->end(), DL, TII->get(AArch64::BL)); in expandRestoreZA()972 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB); in expandRestoreZA()1046 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end() in expandCondSMToggle()1047 ? *SMBB->successors().begin() in expandCondSMToggle()1051 Tbx.addMBB(SMBB); in expandCondSMToggle()1057 MachineInstrBuilder MIB = BuildMI(*SMBB, SMBB->begin(), MI.getDebugLoc(), 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
11258 MachineBasicBlock *SMBB = Successors.pop_back_val(); in EmitSjLjDispatchBlock() local11259 if (SMBB->isEHPad()) { in EmitSjLjDispatchBlock()11260 BB->removeSuccessor(SMBB); in EmitSjLjDispatchBlock()11261 MBBLPads.push_back(SMBB); in EmitSjLjDispatchBlock()