Searched refs:MBBICommon (Results 1 – 1 of 1) sorted by relevance
771 MachineBasicBlock::reverse_iterator MBBICommon = MBBCommon.rbegin(); in mergeOperations() local783 while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon)) in mergeOperations()784 ++MBBICommon; in mergeOperations()786 assert(MBBICommon != MBBIECommon && in mergeOperations()788 assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!"); in mergeOperations()791 if (MBBICommon->mayLoadOrStore()) in mergeOperations()792 MBBICommon->cloneMergedMemRefs(*MBB->getParent(), {&*MBBICommon, &*MBBI}); in mergeOperations()794 for (unsigned I = 0, E = MBBICommon->getNumOperands(); I != E; ++I) { in mergeOperations()795 MachineOperand &MO = MBBICommon->getOperand(I); in mergeOperations()804 ++MBBICommon; in mergeOperations()