Searched refs:ValueMappingIt (Results 1 – 1 of 1) sorted by relevance
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()585 if (ValueMappingIt == CurrentSrcTgtNumberMapping.end()) in checkNumberingAndReplaceCommutative()588 ValueMappingIt->second.erase(ValToRemove); in checkNumberingAndReplaceCommutative()589 if (ValueMappingIt->second.empty()) in checkNumberingAndReplaceCommutative()731 else if (ValueMappingIt->second.size() != 1) { in compareAssignmentMapping()732 for (unsigned OtherVal : ValueMappingIt->second) { in compareAssignmentMapping()[all …]