Searched refs:typeUseCount (Results 1 – 1 of 1) sorted by relevance
1159 std::unordered_map<spv::Id, int> typeUseCount; in dceTypes() local1167 typeUseCount.clear(); in dceTypes()1171 [&](spv::Id& id) { if (isType[id]) ++typeUseCount[id]; } in dceTypes()1180 if (typeUseCount[typeId] == 1) { in dceTypes()1182 --typeUseCount[typeId]; in dceTypes()