Searched refs:readMBB (Results 1 – 2 of 2) sorted by relevance
9037 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local9040 F->insert(It, readMBB); in EmitInstrWithCustomInserter()9048 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()9049 BB = readMBB; in EmitInstrWithCustomInserter()9065 .addImm(PPC::PRED_NE).addReg(CmpReg).addMBB(readMBB); in EmitInstrWithCustomInserter()9067 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
10369 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local10372 F->insert(It, readMBB); in EmitInstrWithCustomInserter()10380 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()10381 BB = readMBB; in EmitInstrWithCustomInserter()10397 .addImm(PPC::PRED_NE).addReg(CmpReg).addMBB(readMBB); in EmitInstrWithCustomInserter()10399 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()