Lines Matching defs:valueIDs
1346 DenseMap<Value, unsigned> valueIDs;
1461 auto it = valueIDs.find(lookupValue);
1462 if (it == valueIDs.end()) {
1519 assert(valueIDs[nameToReplace] == NameSentinel);
1540 assert(!valueIDs.count(arg) && "arg numbered multiple times");
1581 if (valueIDs.count(arg))
1602 assert(!valueIDs.count(result) && "result numbered multiple times");
1646 if (printerFlags.shouldUseNameLocAsPrefix() && !valueIDs.count(resultBegin)) {
1653 if (valueIDs.try_emplace(resultBegin, nextValueID).second)
1705 valueIDs[value] = nextValueID++;
1709 valueIDs[value] = NameSentinel;