Lines Matching defs:EndBB
993 // - EndBB contains all instructions after RestoreZAPseudo.
996 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end()
1000 // Add the SMBB label to the TB[N]Z instruction & create a branch to EndBB.
1003 .addMBB(EndBB);
1004 MBB.addSuccessor(EndBB);
1012 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB);
1015 return EndBB;
1055 // b EndBB
1060 // EndBB:
1092 // - EndBB contains all instructions after MSRcond_pstatesvcrImm1.
1095 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end()
1099 // Add the SMBB label to the TB[N]Z instruction & create a branch to EndBB.
1102 .addMBB(EndBB);
1103 MBB.addSuccessor(EndBB);
1116 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB);
1119 return EndBB;