Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6875 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
6879 F->insert(It, midMBB); in EmitInstrWithCustomInserter()
6907 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB); in EmitInstrWithCustomInserter()
6909 BB->addSuccessor(midMBB); in EmitInstrWithCustomInserter()
6920 BB = midMBB; in EmitInstrWithCustomInserter()
6945 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
6949 F->insert(It, midMBB); in EmitInstrWithCustomInserter()
7050 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB); in EmitInstrWithCustomInserter()
7052 BB->addSuccessor(midMBB); in EmitInstrWithCustomInserter()
7067 BB = midMBB; in EmitInstrWithCustomInserter()