Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13855 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
13858 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
13866 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
13867 BB = readMBB; in EmitInstrWithCustomInserter()
13886 .addMBB(readMBB); in EmitInstrWithCustomInserter()
13888 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()