Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12342 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
12345 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
12353 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
12354 BB = readMBB; in EmitInstrWithCustomInserter()
12373 .addMBB(readMBB); in EmitInstrWithCustomInserter()
12375 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()