Searched refs:MBBICommon (Results 1 – 1 of 1) sorted by relevance
759 MachineBasicBlock::reverse_iterator MBBICommon = MBBCommon.rbegin(); in removeMMOsFromMemoryOperations() local771 while ((MBBICommon != MBBIECommon) && MBBICommon->isDebugValue()) in removeMMOsFromMemoryOperations()772 ++MBBICommon; in removeMMOsFromMemoryOperations()774 assert(MBBICommon != MBBIECommon && in removeMMOsFromMemoryOperations()776 assert(MBBICommon->isIdenticalTo(&*MBBI) && "Expected matching MIIs!"); in removeMMOsFromMemoryOperations()778 if (MBBICommon->mayLoad() || MBBICommon->mayStore()) in removeMMOsFromMemoryOperations()779 if (!hasIdenticalMMOs(&*MBBI, &*MBBICommon)) in removeMMOsFromMemoryOperations()780 MBBICommon->clearMemRefs(); in removeMMOsFromMemoryOperations()783 ++MBBICommon; in removeMMOsFromMemoryOperations()