Home
last modified time | relevance | path

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

/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp560 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
563 F->insert(I, Copy1MBB); in EmitInstrWithCustomInserter()
566 Copy1MBB->splice(Copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
568 Copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
571 BB->addSuccessor(Copy1MBB); in EmitInstrWithCustomInserter()
582 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
588 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
594 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
600 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
606 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
[all …]