Lines Matching refs:endMBB
34377 MachineBasicBlock *endMBB; in EmitVAARGWithCustomInserter() local
34391 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()
34585 return endMBB; in EmitVAARGWithCustomInserter()