Searched refs:typeUseCount (Results 1 – 1 of 1) sorted by relevance
1190 std::unordered_map<spv::Id, int> typeUseCount; in dceTypes() local1198 typeUseCount.clear(); in dceTypes()1202 [&](spv::Id& id) { if (isType[id]) ++typeUseCount[id]; } in dceTypes()1211 if (typeUseCount[typeId] == 1) { in dceTypes()1213 --typeUseCount[typeId]; in dceTypes()