Searched refs:tInst (Results 1 – 2 of 2) sorted by relevance
154 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local155 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()