Searched refs:Copy0MBB (Results 1 – 2 of 2) sorted by relevance
840 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local843 F->insert(I, Copy0MBB); in EmitInstrWithCustomInserter()851 BB->addSuccessor(Copy0MBB); in EmitInstrWithCustomInserter()914 BB = Copy0MBB; in EmitInstrWithCustomInserter()925 .addMBB(Copy0MBB) in EmitInstrWithCustomInserter()
3196 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(BB); in EmitLoweredSelect() local3198 F->insert(It, Copy0MBB); in EmitLoweredSelect()3203 Copy0MBB->setCallFrameSize(CallFrameSize); in EmitLoweredSelect()3213 Copy0MBB->addLiveIn(M68k::CCR); in EmitLoweredSelect()3229 Jcc1MBB->addSuccessor(Copy0MBB); in EmitLoweredSelect()3232 MBB->addSuccessor(Copy0MBB); in EmitLoweredSelect()3251 Copy0MBB->addSuccessor(SinkMBB); in EmitLoweredSelect()3290 .addMBB(Copy0MBB) in EmitLoweredSelect()