Searched refs:overflowMBB (Results 1 – 1 of 1) sorted by relevance
32155 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local32170 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()32190 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()32198 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()32208 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()32212 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()32232 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()32298 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()32316 overflowMBB, DL, in EmitVAARGWithCustomInserter()32323 overflowMBB, DL, in EmitVAARGWithCustomInserter()[all …]