Searched refs:endMBB (Results 1 – 1 of 1) sorted by relevance
30381 MachineBasicBlock *endMBB; in EmitVAARG64WithCustomInserter() local30395 endMBB = thisMBB; in EmitVAARG64WithCustomInserter()30416 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()30423 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter()30426 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARG64WithCustomInserter()30428 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARG64WithCustomInserter()30435 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()30436 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()30503 .addMBB(endMBB); in EmitVAARG64WithCustomInserter()30559 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARG64WithCustomInserter()[all …]