Searched refs:endMBB (Results 1 – 1 of 1) sorted by relevance
35865 MachineBasicBlock *endMBB; in EmitVAARGWithCustomInserter() local35879 endMBB = thisMBB; in EmitVAARGWithCustomInserter()35900 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()35907 MF->insert(MBBIter, endMBB); in EmitVAARGWithCustomInserter()35910 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter()35912 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter()35919 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()35920 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()35997 .addMBB(endMBB); in EmitVAARGWithCustomInserter()36064 BuildMI(*endMBB, endMBB->begin(), MIMD, in EmitVAARGWithCustomInserter()[all …]