Searched refs:overflowMBB (Results 1 – 1 of 1) sorted by relevance
35863 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local35878 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()35898 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()35906 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()35916 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()35920 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()35940 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()36006 BuildMI(overflowMBB, MIMD, in EmitVAARGWithCustomInserter()36024 overflowMBB, MIMD, in EmitVAARGWithCustomInserter()36031 overflowMBB, MIMD, in EmitVAARGWithCustomInserter()[all …]