Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1889 MachineBasicBlock *falseMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1897 MF->insert(I, falseMBB); in EmitInstrWithCustomInserter()
1908 BuildMI(MBB, dl, TII.get(AVR::RJMPk)).addMBB(falseMBB); in EmitInstrWithCustomInserter()
1909 MBB->addSuccessor(falseMBB); in EmitInstrWithCustomInserter()
1913 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
1914 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter()
1922 .addMBB(falseMBB); in EmitInstrWithCustomInserter()