Searched refs:Copy0MBB (Results 1 – 2 of 2) sorted by relevance
816 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local819 F->insert(I, Copy0MBB); in EmitInstrWithCustomInserter()827 BB->addSuccessor(Copy0MBB); in EmitInstrWithCustomInserter()890 BB = Copy0MBB; in EmitInstrWithCustomInserter()901 .addMBB(Copy0MBB) in EmitInstrWithCustomInserter()
3195 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(BB); in EmitLoweredSelect() local3197 F->insert(It, Copy0MBB); in EmitLoweredSelect()3202 Copy0MBB->setCallFrameSize(CallFrameSize); in EmitLoweredSelect()3212 Copy0MBB->addLiveIn(M68k::CCR); in EmitLoweredSelect()3228 Jcc1MBB->addSuccessor(Copy0MBB); in EmitLoweredSelect()3231 MBB->addSuccessor(Copy0MBB); in EmitLoweredSelect()3250 Copy0MBB->addSuccessor(SinkMBB); in EmitLoweredSelect()3289 .addMBB(Copy0MBB) in EmitLoweredSelect()