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