Searched refs:endMBB (Results 1 – 1 of 1) sorted by relevance
34611 MachineBasicBlock *endMBB; in EmitVAARGWithCustomInserter() local34625 endMBB = thisMBB; in EmitVAARGWithCustomInserter()34646 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()34653 MF->insert(MBBIter, endMBB); in EmitVAARGWithCustomInserter()34656 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter()34658 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter()34665 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()34666 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()34743 .addMBB(endMBB); in EmitVAARGWithCustomInserter()34810 BuildMI(*endMBB, endMBB->begin(), MIMD, in EmitVAARGWithCustomInserter()[all …]