Home
last modified time | relevance | path

Searched refs:copy1MBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1579 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1581 F->insert(I, copy1MBB); in EmitInstrWithCustomInserter()
1584 copy1MBB->splice(copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
1586 copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
1589 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1592 .addMBB(copy1MBB) in EmitInstrWithCustomInserter()
1601 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1606 BB = copy1MBB; in EmitInstrWithCustomInserter()