Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp154 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local
155 if (IsAnnotationInst(tInst->opcode())) { in IsTargetDead()
159 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
161 get_def_use_mgr()->ForEachUser(tInst, [&dead](Instruction* user) { in IsTargetDead()
168 return IsDead(tInst); in IsTargetDead()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp154 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local
155 if (IsAnnotationInst(tInst->opcode())) { in IsTargetDead()
159 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
161 get_def_use_mgr()->ForEachUser(tInst, [&dead](Instruction* user) { in IsTargetDead()
168 return IsDead(tInst); in IsTargetDead()