Home | History | Annotate | Download | only in X86

Lines Matching refs:thisMBB

16898   // thisMBB:
16907 MachineBasicBlock *thisMBB = MBB;
16919 // thisMBB:
16923 BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(sinkMBB);
16924 thisMBB->addSuccessor(mainMBB);
16925 thisMBB->addSuccessor(sinkMBB);
17102 MachineBasicBlock *thisMBB = MBB;
17118 overflowMBB = thisMBB;
17119 endMBB = thisMBB;
17125 // thisMBB
17152 endMBB->splice(endMBB->begin(), thisMBB,
17153 std::next(MachineBasicBlock::iterator(MI)), thisMBB->end());
17154 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
17156 // Make offsetMBB and overflowMBB successors of thisMBB
17157 thisMBB->addSuccessor(offsetMBB);
17158 thisMBB->addSuccessor(overflowMBB);
17166 BuildMI(thisMBB, DL, TII->get(X86::MOV32rm), OffsetReg)
17175 BuildMI(thisMBB, DL, TII->get(X86::CMP32ri))
17181 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE)))
17426 // thisMBB:
17432 MachineBasicBlock *thisMBB = BB;
17468 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
17473 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
17746 // thisMBB:
17759 MachineBasicBlock *thisMBB = MBB;
17774 // thisMBB:
17788 MIB = BuildMI(*thisMBB, MI, DL, TII->get(X86::LEA64r), LabelReg)
17796 MIB = BuildMI(*thisMBB, MI, DL, TII->get(X86::LEA32r), LabelReg)
17806 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PtrStoreOpc));
17819 MIB = BuildMI(*thisMBB, MI, DL, TII->get(X86::EH_SjLj_Setup))
17825 thisMBB->addSuccessor(mainMBB);
17826 thisMBB->addSuccessor(restoreMBB);