Home
last modified time | relevance | path

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

/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp518 MachineBasicBlock *Copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
521 F->insert(I, Copy1MBB); in EmitInstrWithCustomInserter()
524 Copy1MBB->splice(Copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
526 Copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
529 BB->addSuccessor(Copy1MBB); in EmitInstrWithCustomInserter()
540 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
546 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
552 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
558 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
564 .addMBB(Copy1MBB); in EmitInstrWithCustomInserter()
[all …]