Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12809 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12812 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
12820 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
12821 BB = readMBB; in EmitInstrWithCustomInserter()
12840 .addMBB(readMBB); in EmitInstrWithCustomInserter()
12842 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()