Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8450 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8453 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
8461 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
8462 BB = readMBB; in EmitInstrWithCustomInserter()
8478 .addImm(PPC::PRED_NE).addReg(CmpReg).addMBB(readMBB); in EmitInstrWithCustomInserter()
8480 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()