Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1642 MachineBasicBlock *falseMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1648 MF->insert(I, falseMBB); in EmitInstrWithCustomInserter()
1659 BuildMI(MBB, dl, TII.get(AVR::RJMPk)).addMBB(falseMBB); in EmitInstrWithCustomInserter()
1660 MBB->addSuccessor(falseMBB); in EmitInstrWithCustomInserter()
1664 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
1665 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter()
1672 .addMBB(falseMBB) ; in EmitInstrWithCustomInserter()