Searched refs:overflowMBB (Results 1 – 1 of 1) sorted by relevance
35362 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local35377 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()35397 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()35405 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()35415 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()35419 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()35439 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()35505 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()35523 overflowMBB, DL, in EmitVAARGWithCustomInserter()35530 overflowMBB, DL, in EmitVAARGWithCustomInserter()[all …]