Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2416 MachineBasicBlock *falseMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
2424 MF->insert(I, falseMBB); in EmitInstrWithCustomInserter()
2429 falseMBB->setCallFrameSize(CallFrameSize); in EmitInstrWithCustomInserter()
2440 BuildMI(MBB, dl, TII.get(AVR::RJMPk)).addMBB(falseMBB); in EmitInstrWithCustomInserter()
2441 MBB->addSuccessor(falseMBB); in EmitInstrWithCustomInserter()
2445 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
2446 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter()
2454 .addMBB(falseMBB); in EmitInstrWithCustomInserter()