Searched refs:endMBB (Results 1 – 1 of 1) sorted by relevance
34377 MachineBasicBlock *endMBB; in EmitVAARGWithCustomInserter() local34391 endMBB = thisMBB; in EmitVAARGWithCustomInserter()34412 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()34419 MF->insert(MBBIter, endMBB); in EmitVAARGWithCustomInserter()34422 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter()34424 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter()34431 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()34432 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()34509 .addMBB(endMBB); in EmitVAARGWithCustomInserter()34576 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARGWithCustomInserter()[all …]