Searched refs:tInst (Results 1 – 4 of 4) sorted by relevance
172 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local173 if (IsAnnotationInst(tInst->opcode())) { in IsTargetDead()177 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()179 get_def_use_mgr()->ForEachUser(tInst, [&dead](Instruction* user) { in IsTargetDead()186 return !IsLive(tInst); in IsTargetDead()
162 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local163 if (IsAnnotationInst(tInst->opcode())) { in IsTargetDead()167 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()169 get_def_use_mgr()->ForEachUser(tInst, [&dead](Instruction* user) { in IsTargetDead()176 return IsDead(tInst); in IsTargetDead()
123 const ir::Instruction* tInst = def_use_mgr_->GetDef(tId); in KillInstIfTargetDead() local124 if (dead_insts_.find(tInst) != dead_insts_.end()) in KillInstIfTargetDead()