Lines Matching refs:overflowMBB
34375 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
34390 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
34410 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
34418 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
34428 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
34432 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34452 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
34518 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
34536 overflowMBB, DL, in EmitVAARGWithCustomInserter()
34543 overflowMBB, DL, in EmitVAARGWithCustomInserter()
34549 BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg) in EmitVAARGWithCustomInserter()
34557 overflowMBB, DL, in EmitVAARGWithCustomInserter()
34564 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
34579 .addReg(OverflowDestReg).addMBB(overflowMBB); in EmitVAARGWithCustomInserter()