Home | History | Annotate | Download | only in priv

Lines Matching refs:WrTmp

1482          ppIRTemp(s->Ist.WrTmp.tmp);
1484 ppIRExpr(s->Ist.WrTmp.data);
2015 s->Ist.WrTmp.tmp = tmp;
2016 s->Ist.WrTmp.data = data;
2293 return IRStmt_WrTmp(s->Ist.WrTmp.tmp,
2294 deepCopyIRExpr(s->Ist.WrTmp.data));
3503 e = st->Ist.WrTmp.data;
3754 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts);
4066 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy );
4067 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp)
4068 != typeOfIRExpr(tyenv, stmt->Ist.WrTmp.data))
4366 if (stmt->Ist.WrTmp.tmp < 0 || stmt->Ist.WrTmp.tmp >= n_temps)
4369 def_counts[stmt->Ist.WrTmp.tmp]++;
4370 if (def_counts[stmt->Ist.WrTmp.tmp] > 1)