Searched refs:MBBICommon (Results 1 – 1 of 1) sorted by relevance
818 MachineBasicBlock::reverse_iterator MBBICommon = MBBCommon.rbegin(); in mergeOperations() local830 while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon)) in mergeOperations()831 ++MBBICommon; in mergeOperations()833 assert(MBBICommon != MBBIECommon && in mergeOperations()835 assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!"); in mergeOperations()838 if (MBBICommon->mayLoadOrStore()) in mergeOperations()839 MBBICommon->cloneMergedMemRefs(*MBB->getParent(), {&*MBBICommon, &*MBBI}); in mergeOperations()841 for (unsigned I = 0, E = MBBICommon->getNumOperands(); I != E; ++I) { in mergeOperations()842 MachineOperand &MO = MBBICommon->getOperand(I); in mergeOperations()851 ++MBBICommon; in mergeOperations()