Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1725 MachineBasicBlock *falseMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1731 MF->insert(I, falseMBB); in EmitInstrWithCustomInserter()
1742 BuildMI(MBB, dl, TII.get(AVR::RJMPk)).addMBB(falseMBB); in EmitInstrWithCustomInserter()
1743 MBB->addSuccessor(falseMBB); in EmitInstrWithCustomInserter()
1747 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
1748 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter()
1755 .addMBB(falseMBB) ; in EmitInstrWithCustomInserter()