Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp841 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
844 F->insert(I, Copy1MBB); in EmitInstrWithCustomInserter()
847 Copy1MBB->splice(Copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
849 Copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
852 BB->addSuccessor(Copy1MBB); in EmitInstrWithCustomInserter()
901 BuildMI(BB, DL, TII.get(NewCC)).addReg(LHS).addReg(RHS).addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
908 .addReg(LHS).addImm(imm32).addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
917 BB->addSuccessor(Copy1MBB); in EmitInstrWithCustomInserter()
922 BB = Copy1MBB; in EmitInstrWithCustomInserter()