Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp233 const uint32_t contId = in AddBreaksAndContinuesToWorklist() local
235 get_def_use_mgr()->ForEachUser(contId, [&contId, this](Instruction* user) { in AddBreaksAndContinuesToWorklist()
244 if (hdrMergeId == contId) return; in AddBreaksAndContinuesToWorklist()
258 if (contId == hdrMergeId) return; in AddBreaksAndContinuesToWorklist()
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp288 const uint32_t contId = in AddBreaksAndContinuesToWorklist() local
290 get_def_use_mgr()->ForEachUser(contId, [&contId, this](Instruction* user) { in AddBreaksAndContinuesToWorklist()
299 if (hdrMergeId == contId) return; in AddBreaksAndContinuesToWorklist()
313 if (contId == hdrMergeId) return; in AddBreaksAndContinuesToWorklist()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp233 const uint32_t contId = in AddBreaksAndContinuesToWorklist() local
235 get_def_use_mgr()->ForEachUser(contId, [&contId, this](Instruction* user) { in AddBreaksAndContinuesToWorklist()
244 if (hdrMergeId == contId) return; in AddBreaksAndContinuesToWorklist()
258 if (contId == hdrMergeId) return; in AddBreaksAndContinuesToWorklist()