Searched refs:falseMBB (Results 1 – 1 of 1) sorted by relevance
2432 MachineBasicBlock *falseMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local2440 MF->insert(I, falseMBB); in EmitInstrWithCustomInserter()2445 falseMBB->setCallFrameSize(CallFrameSize); in EmitInstrWithCustomInserter()2456 BuildMI(MBB, dl, TII.get(AVR::RJMPk)).addMBB(falseMBB); in EmitInstrWithCustomInserter()2457 MBB->addSuccessor(falseMBB); in EmitInstrWithCustomInserter()2461 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter()2462 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter()2470 .addMBB(falseMBB); in EmitInstrWithCustomInserter()