Searched refs:ValueMappingIt (Results 1 – 1 of 1) sorted by relevance
537 DenseMap<unsigned, DenseSet<unsigned>>::iterator ValueMappingIt; in checkNumberingAndReplaceCommutative() local550 std::tie(ValueMappingIt, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplaceCommutative()557 for (unsigned &Curr : ValueMappingIt->second) in checkNumberingAndReplaceCommutative()567 if (NewSet.size() != ValueMappingIt->second.size()) in checkNumberingAndReplaceCommutative()568 ValueMappingIt->second.swap(NewSet); in checkNumberingAndReplaceCommutative()572 if (ValueMappingIt->second.size() != 1) in checkNumberingAndReplaceCommutative()575 unsigned ValToRemove = *ValueMappingIt->second.begin(); in checkNumberingAndReplaceCommutative()584 ValueMappingIt = CurrentSrcTgtNumberMapping.find(InnerVal); in checkNumberingAndReplaceCommutative()585 if (ValueMappingIt == CurrentSrcTgtNumberMapping.end()) in checkNumberingAndReplaceCommutative()588 ValueMappingIt->second.erase(ValToRemove); in checkNumberingAndReplaceCommutative()[all …]