Lines Matching refs:overflowMBB
34609 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
34624 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
34644 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
34652 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
34662 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
34666 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34686 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
34752 BuildMI(overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
34770 overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
34777 overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
34783 BuildMI(overflowMBB, MIMD, TII->get(TargetOpcode::COPY), OverflowDestReg) in EmitVAARGWithCustomInserter()
34791 overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
34798 BuildMI(overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
34813 .addReg(OverflowDestReg).addMBB(overflowMBB); in EmitVAARGWithCustomInserter()