HomeSort by relevance Sort by last modified time
    Searched full:use_counts (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
eliminate_dead_constant_pass.cpp 34 std::unordered_map<ir::Instruction*, size_t> use_counts; local
46 use_counts[c] = count;
72 if (!use_counts.count(def_inst)) {
77 SPIRV_ASSERT(consumer(), use_counts[def_inst] > 0); local
78 --use_counts[def_inst];
79 if (!use_counts[def_inst]) {
  /external/v8/src/parsing/
preparser.cc 90 bool is_inner_function, bool may_abort, int* use_counts) {
93 use_counts_ = use_counts;
preparser.h     [all...]

Completed in 242 milliseconds