Home
last modified time | relevance | path

Searched defs:use_counts (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/source/opt/
Deliminate_dead_constant_pass.cpp34 std::unordered_map<Instruction*, size_t> use_counts; in Process() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_constant_pass.cpp35 std::unordered_map<Instruction*, size_t> use_counts; in Process() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_constant_pass.cpp35 std::unordered_map<Instruction*, size_t> use_counts; in Process() local
/third_party/node/deps/v8/src/parsing/
Dpreparser.cc109 int* use_counts, ProducedPreparseData** produced_preparse_data) { in PreParseFunction()
Dparser.cc3397 base::SmallVector<v8::Isolate::UseCounterFeature, 8>* use_counts, in UpdateStatistics()