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