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.c3651 static IRTemp subst_AvailExpr_Temp ( HashHW* env, IRTemp tmp ) in subst_AvailExpr_Temp() function
3667 tc->u.tmp = subst_AvailExpr_Temp( env, tc->u.tmp ); in subst_AvailExpr_TmpOrConst()
3676 ae->u.Ut.arg = subst_AvailExpr_Temp( env, ae->u.Ut.arg ); in subst_AvailExpr()
3679 ae->u.Btt.arg1 = subst_AvailExpr_Temp( env, ae->u.Btt.arg1 ); in subst_AvailExpr()
3680 ae->u.Btt.arg2 = subst_AvailExpr_Temp( env, ae->u.Btt.arg2 ); in subst_AvailExpr()
3683 ae->u.Btc.arg1 = subst_AvailExpr_Temp( env, ae->u.Btc.arg1 ); in subst_AvailExpr()
3686 ae->u.Bct.arg2 = subst_AvailExpr_Temp( env, ae->u.Bct.arg2 ); in subst_AvailExpr()
3691 ae->u.Ittt.co = subst_AvailExpr_Temp( env, ae->u.Ittt.co ); in subst_AvailExpr()
3692 ae->u.Ittt.e1 = subst_AvailExpr_Temp( env, ae->u.Ittt.e1 ); in subst_AvailExpr()
3693 ae->u.Ittt.e0 = subst_AvailExpr_Temp( env, ae->u.Ittt.e0 ); in subst_AvailExpr()
[all …]