Home | History | Annotate | Download | only in priv

Lines Matching refs:WrTmp

1283          ppIRTemp(s->Ist.WrTmp.tmp);
1285 ppIRExpr(s->Ist.WrTmp.data);
1774 s->Ist.WrTmp.tmp = tmp;
1775 s->Ist.WrTmp.data = data;
2032 return IRStmt_WrTmp(s->Ist.WrTmp.tmp,
2033 deepCopyIRExpr(s->Ist.WrTmp.data));
3039 e = st->Ist.WrTmp.data;
3269 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts);
3559 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy );
3560 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp)
3561 != typeOfIRExpr(tyenv, stmt->Ist.WrTmp.data))
3791 if (stmt->Ist.WrTmp.tmp < 0 || stmt->Ist.WrTmp.tmp >= n_temps)
3794 def_counts[stmt->Ist.WrTmp.tmp]++;
3795 if (def_counts[stmt->Ist.WrTmp.tmp] > 1)