Home
last modified time | relevance | path

Searched refs:subst_AvailExpr_Temp (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dir_opt.c3650 static IRTemp subst_AvailExpr_Temp ( HashHW* env, IRTemp tmp ) in subst_AvailExpr_Temp() function
3666 tc->u.tmp = subst_AvailExpr_Temp( env, tc->u.tmp ); in subst_AvailExpr_TmpOrConst()
3675 ae->u.Ut.arg = subst_AvailExpr_Temp( env, ae->u.Ut.arg ); in subst_AvailExpr()
3678 ae->u.Btt.arg1 = subst_AvailExpr_Temp( env, ae->u.Btt.arg1 ); in subst_AvailExpr()
3679 ae->u.Btt.arg2 = subst_AvailExpr_Temp( env, ae->u.Btt.arg2 ); in subst_AvailExpr()
3682 ae->u.Btc.arg1 = subst_AvailExpr_Temp( env, ae->u.Btc.arg1 ); in subst_AvailExpr()
3685 ae->u.Bct.arg2 = subst_AvailExpr_Temp( env, ae->u.Bct.arg2 ); in subst_AvailExpr()
3690 ae->u.Ittt.co = subst_AvailExpr_Temp( env, ae->u.Ittt.co ); in subst_AvailExpr()
3691 ae->u.Ittt.e1 = subst_AvailExpr_Temp( env, ae->u.Ittt.e1 ); in subst_AvailExpr()
3692 ae->u.Ittt.e0 = subst_AvailExpr_Temp( env, ae->u.Ittt.e0 ); in subst_AvailExpr()
[all …]