Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10499 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
10502 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
10510 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
10511 BB = readMBB; in EmitInstrWithCustomInserter()
10530 .addMBB(readMBB); in EmitInstrWithCustomInserter()
10532 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()