Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp763 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
766 F->insert(I, Copy1MBB); in EmitInstrWithCustomInserter()
769 Copy1MBB->splice(Copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
771 Copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
774 BB->addSuccessor(Copy1MBB); in EmitInstrWithCustomInserter()
823 BuildMI(BB, DL, TII.get(NewCC)).addReg(LHS).addReg(RHS).addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
829 .addReg(LHS).addImm(imm32).addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
838 BB->addSuccessor(Copy1MBB); in EmitInstrWithCustomInserter()
843 BB = Copy1MBB; in EmitInstrWithCustomInserter()