Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2369 MachineBasicBlock *trueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
2377 MF->insert(I, trueMBB); in EmitInstrWithCustomInserter()
2382 trueMBB->setCallFrameSize(CallFrameSize); in EmitInstrWithCustomInserter()
2388 trueMBB->splice(trueMBB->begin(), MBB, in EmitInstrWithCustomInserter()
2390 trueMBB->transferSuccessorsAndUpdatePHIs(MBB); in EmitInstrWithCustomInserter()
2393 BuildMI(MBB, dl, TII.getBrCond(CC)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
2396 MBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter()
2399 BuildMI(falseMBB, dl, TII.get(AVR::RJMPk)).addMBB(trueMBB); in EmitInstrWithCustomInserter()
2400 falseMBB->addSuccessor(trueMBB); in EmitInstrWithCustomInserter()
2403 BuildMI(*trueMBB, trueMBB->begin(), dl, TII.get(AVR::PHI), in EmitInstrWithCustomInserter()
[all …]