Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp762 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
765 F->insert(I, Copy0MBB); in EmitInstrWithCustomInserter()
773 BB->addSuccessor(Copy0MBB); in EmitInstrWithCustomInserter()
835 BB = Copy0MBB; in EmitInstrWithCustomInserter()
846 .addMBB(Copy0MBB) in EmitInstrWithCustomInserter()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3043 MachineBasicBlock *Copy0MBB = F->CreateMachineBasicBlock(BB); in EmitLoweredSelect() local
3045 F->insert(It, Copy0MBB); in EmitLoweredSelect()
3055 Copy0MBB->addLiveIn(M68k::CCR); in EmitLoweredSelect()
3071 Jcc1MBB->addSuccessor(Copy0MBB); in EmitLoweredSelect()
3074 MBB->addSuccessor(Copy0MBB); in EmitLoweredSelect()
3093 Copy0MBB->addSuccessor(SinkMBB); in EmitLoweredSelect()
3132 .addMBB(Copy0MBB) in EmitLoweredSelect()