Searched refs:trueMBB (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 1888 MachineBasicBlock *trueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 1896 MF->insert(I, trueMBB); in EmitInstrWithCustomInserter() 1902 trueMBB->splice(trueMBB->begin(), MBB, in EmitInstrWithCustomInserter() 1904 trueMBB->transferSuccessorsAndUpdatePHIs(MBB); in EmitInstrWithCustomInserter() 1907 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter() 1910 MBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter() 1913 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter() 1914 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter() 1917 BuildMI(*trueMBB, trueMBB->begin(), dl, TII.get(AVR::PHI), in EmitInstrWithCustomInserter() 1925 return trueMBB; in EmitInstrWithCustomInserter()
|