Searched refs:use_counts (Results 1 – 4 of 4) sorted by relevance
35 std::unordered_map<Instruction*, size_t> use_counts; in Process() local49 use_counts[c] = count; in Process()76 if (!use_counts.count(def_inst)) { in Process()81 SPIRV_ASSERT(consumer(), use_counts[def_inst] > 0); in Process()82 --use_counts[def_inst]; in Process()83 if (!use_counts[def_inst]) { in Process()
34 std::unordered_map<ir::Instruction*, size_t> use_counts; in Process() local46 use_counts[c] = count; in Process()72 if (!use_counts.count(def_inst)) { in Process()77 SPIRV_ASSERT(consumer(), use_counts[def_inst] > 0); in Process()78 --use_counts[def_inst]; in Process()79 if (!use_counts[def_inst]) { in Process()