Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8587 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8591 F->insert(It, midMBB); in EmitInstrWithCustomInserter()
8619 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB); in EmitInstrWithCustomInserter()
8621 BB->addSuccessor(midMBB); in EmitInstrWithCustomInserter()
8632 BB = midMBB; in EmitInstrWithCustomInserter()
8657 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8661 F->insert(It, midMBB); in EmitInstrWithCustomInserter()
8761 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB); in EmitInstrWithCustomInserter()
8763 BB->addSuccessor(midMBB); in EmitInstrWithCustomInserter()
8778 BB = midMBB; in EmitInstrWithCustomInserter()