Searched refs:trueMBB (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 2415 MachineBasicBlock *trueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 2423 MF->insert(I, trueMBB); in EmitInstrWithCustomInserter() 2428 trueMBB->setCallFrameSize(CallFrameSize); in EmitInstrWithCustomInserter() 2434 trueMBB->splice(trueMBB->begin(), MBB, in EmitInstrWithCustomInserter() 2436 trueMBB->transferSuccessorsAndUpdatePHIs(MBB); in EmitInstrWithCustomInserter() 2439 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter() 2442 MBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter() 2445 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter() 2446 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter() 2449 BuildMI(*trueMBB, trueMBB->begin(), dl, TII.get(AVR::PHI), in EmitInstrWithCustomInserter() [all …]
|