Home
last modified time | relevance | path

Searched refs:working_list (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/source/opt/
Deliminate_dead_constant_pass.cpp31 std::unordered_set<Instruction*> working_list; in Process() local
51 working_list.insert(c); in Process()
58 while (!working_list.empty()) { in Process()
59 Instruction* inst = *working_list.begin(); in Process()
84 working_list.insert(def_inst); in Process()
92 working_list.erase(inst); in Process()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_constant_pass.cpp31 std::unordered_set<Instruction*> working_list; in Process() local
51 working_list.insert(c); in Process()
58 while (!working_list.empty()) { in Process()
59 Instruction* inst = *working_list.begin(); in Process()
84 working_list.insert(def_inst); in Process()
92 working_list.erase(inst); in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_constant_pass.cpp31 std::unordered_set<Instruction*> working_list; in Process() local
51 working_list.insert(c); in Process()
58 while (!working_list.empty()) { in Process()
59 Instruction* inst = *working_list.begin(); in Process()
84 working_list.insert(def_inst); in Process()
92 working_list.erase(inst); in Process()