Lines Matching defs:EndBB
991 // - EndBB contains all instructions after RestoreZAPseudo.
994 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end()
998 // Add the SMBB label to the TB[N]Z instruction & create a branch to EndBB.
1001 .addMBB(EndBB);
1002 MBB.addSuccessor(EndBB);
1010 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB);
1013 return EndBB;
1053 // b EndBB
1058 // EndBB:
1090 // - EndBB contains all instructions after MSRcond_pstatesvcrImm1.
1093 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end()
1097 // Add the SMBB label to the TB[N]Z instruction & create a branch to EndBB.
1100 .addMBB(EndBB);
1101 MBB.addSuccessor(EndBB);
1114 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB);
1117 return EndBB;