Searched refs:copy1MBB (Results 1 – 1 of 1) sorted by relevance
1433 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local1435 F->insert(I, copy1MBB); in EmitInstrWithCustomInserter()1438 copy1MBB->splice(copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()1440 copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()1443 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()1446 .addMBB(copy1MBB) in EmitInstrWithCustomInserter()1455 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()1460 BB = copy1MBB; in EmitInstrWithCustomInserter()