Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp280 const uint32_t contId = in AddBreaksAndContinuesToWorklist() local
282 get_def_use_mgr()->ForEachUser(contId, [&contId, this](Instruction* user) { in AddBreaksAndContinuesToWorklist()
291 if (hdrMergeId == contId) return; in AddBreaksAndContinuesToWorklist()
305 if (contId == hdrMergeId) return; in AddBreaksAndContinuesToWorklist()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp280 const uint32_t contId = in AddBreaksAndContinuesToWorklist() local
282 get_def_use_mgr()->ForEachUser(contId, [&contId, this](Instruction* user) { in AddBreaksAndContinuesToWorklist()
291 if (hdrMergeId == contId) return; in AddBreaksAndContinuesToWorklist()
305 if (contId == hdrMergeId) return; in AddBreaksAndContinuesToWorklist()