Searched refs:MBBICommon (Results 1 – 1 of 1) sorted by relevance
775 MachineBasicBlock::reverse_iterator MBBICommon = MBBCommon.rbegin(); in removeMMOsFromMemoryOperations() local787 while ((MBBICommon != MBBIECommon) && MBBICommon->isDebugValue()) in removeMMOsFromMemoryOperations()788 ++MBBICommon; in removeMMOsFromMemoryOperations()790 assert(MBBICommon != MBBIECommon && in removeMMOsFromMemoryOperations()792 assert(MBBICommon->isIdenticalTo(&*MBBI) && "Expected matching MIIs!"); in removeMMOsFromMemoryOperations()794 if (MBBICommon->mayLoad() || MBBICommon->mayStore()) in removeMMOsFromMemoryOperations()795 if (!hasIdenticalMMOs(&*MBBI, &*MBBICommon)) in removeMMOsFromMemoryOperations()796 MBBICommon->clearMemRefs(); in removeMMOsFromMemoryOperations()799 ++MBBICommon; in removeMMOsFromMemoryOperations()