Home | History | Annotate | Download | only in priv

Lines Matching refs:WrTmp

1190          ppIRTemp(s->Ist.WrTmp.tmp);
1192 ppIRExpr(s->Ist.WrTmp.data);
1659 s->Ist.WrTmp.tmp = tmp;
1660 s->Ist.WrTmp.data = data;
1903 return IRStmt_WrTmp(s->Ist.WrTmp.tmp,
1904 deepCopyIRExpr(s->Ist.WrTmp.data));
2781 e = st->Ist.WrTmp.data;
3003 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts);
3289 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy );
3290 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp)
3291 != typeOfIRExpr(tyenv, stmt->Ist.WrTmp.data))
3499 if (stmt->Ist.WrTmp.tmp < 0 || stmt->Ist.WrTmp.tmp >= n_temps)
3502 def_counts[stmt->Ist.WrTmp.tmp]++;
3503 if (def_counts[stmt->Ist.WrTmp.tmp] > 1)