Searched refs:trueMBB (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 1709 MachineBasicBlock *trueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 1715 MF->insert(I, trueMBB); in EmitInstrWithCustomInserter() 1721 trueMBB->splice(trueMBB->begin(), MBB, in EmitInstrWithCustomInserter() 1723 trueMBB->transferSuccessorsAndUpdatePHIs(MBB); in EmitInstrWithCustomInserter() 1726 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter() 1729 MBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter() 1732 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter() 1733 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter() 1736 BuildMI(*trueMBB, trueMBB->begin(), dl, TII.get(AVR::PHI), MI.getOperand(0).getReg()) in EmitInstrWithCustomInserter() 1743 return trueMBB; in EmitInstrWithCustomInserter()
|