Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11998 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12001 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
12009 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
12010 BB = readMBB; in EmitInstrWithCustomInserter()
12029 .addMBB(readMBB); in EmitInstrWithCustomInserter()
12031 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()