Lines Matching refs:WrTmp
1600 ppIRTemp(s->Ist.WrTmp.tmp); in ppIRStmt()
1602 ppIRExpr(s->Ist.WrTmp.data); in ppIRStmt()
2173 s->Ist.WrTmp.tmp = tmp; in IRStmt_WrTmp()
2174 s->Ist.WrTmp.data = data; in IRStmt_WrTmp()
2459 return IRStmt_WrTmp(s->Ist.WrTmp.tmp, in deepCopyIRStmt()
2460 deepCopyIRExpr(s->Ist.WrTmp.data)); in deepCopyIRStmt()
3754 e = st->Ist.WrTmp.data; in isFlatIRStmt()
4025 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts); in useBeforeDef_Stmt()
4090 bb, stmt, stmt->Ist.WrTmp.tmp, def_counts, n_def_counts, in assignedOnce_Stmt()
4388 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy ); in tcStmt()
4389 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp) in tcStmt()
4390 != typeOfIRExpr(tyenv, stmt->Ist.WrTmp.data)) in tcStmt()