Searched refs:ValueMappingIt (Results 1 – 1 of 1) sorted by relevance
375 DenseMap<unsigned, DenseSet<unsigned>>::iterator ValueMappingIt; in checkNumberingAndReplaceCommutative() local387 std::tie(ValueMappingIt, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplaceCommutative()401 for (unsigned &Curr : ValueMappingIt->second) in checkNumberingAndReplaceCommutative()411 if (NewSet.size() != ValueMappingIt->second.size()) in checkNumberingAndReplaceCommutative()412 ValueMappingIt->second.swap(NewSet); in checkNumberingAndReplaceCommutative()416 if (ValueMappingIt->second.size() != 1) in checkNumberingAndReplaceCommutative()420 unsigned ValToRemove = *ValueMappingIt->second.begin(); in checkNumberingAndReplaceCommutative()429 ValueMappingIt = CurrentSrcTgtNumberMapping.find(InnerVal); in checkNumberingAndReplaceCommutative()430 if (ValueMappingIt == CurrentSrcTgtNumberMapping.end()) in checkNumberingAndReplaceCommutative()433 ValueMappingIt->second.erase(ValToRemove); in checkNumberingAndReplaceCommutative()[all …]