Searched refs:ValueMappingIt (Results 1 – 1 of 1) sorted by relevance
517 DenseMap<unsigned, DenseSet<unsigned>>::iterator ValueMappingIt; in checkNumberingAndReplaceCommutative() local530 std::tie(ValueMappingIt, WasInserted) = CurrentSrcTgtNumberMapping.insert( in checkNumberingAndReplaceCommutative()537 for (unsigned &Curr : ValueMappingIt->second) in checkNumberingAndReplaceCommutative()547 if (NewSet.size() != ValueMappingIt->second.size()) in checkNumberingAndReplaceCommutative()548 ValueMappingIt->second.swap(NewSet); in checkNumberingAndReplaceCommutative()552 if (ValueMappingIt->second.size() != 1) in checkNumberingAndReplaceCommutative()555 unsigned ValToRemove = *ValueMappingIt->second.begin(); in checkNumberingAndReplaceCommutative()564 ValueMappingIt = CurrentSrcTgtNumberMapping.find(InnerVal); in checkNumberingAndReplaceCommutative()565 if (ValueMappingIt == CurrentSrcTgtNumberMapping.end()) in checkNumberingAndReplaceCommutative()568 ValueMappingIt->second.erase(ValToRemove); in checkNumberingAndReplaceCommutative()[all …]