Lines Matching defs:RemBB
3174 auto RemovalCallback = [&](MachineBasicBlock *RemBB) {
3181 if (auto It = BlockToChain.find(RemBB); It != BlockToChain.end()) {
3184 Chain->remove(RemBB);
3189 if (&(*PrevUnplacedBlockIt) == RemBB) {
3196 if (RemBB->isEHPad())
3198 llvm::erase(RemoveList, RemBB);
3203 auto It = llvm::find(*BlockFilter, RemBB);
3204 // Erase RemBB from BlockFilter, and keep PrevUnplacedBlockInFilterIt
3209 // BlockFilter is a SmallVector so all elements after RemBB are
3225 MLI->removeBlock(RemBB);
3226 if (RemBB == PreferredLoopExit)
3229 LLVM_DEBUG(dbgs() << "TailDuplicator deleted block: " << getBlockName(RemBB)