Searched refs:useBeforeDef_Expr (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 3817 void useBeforeDef_Expr ( const IRSB* bb, const IRStmt* stmt, in useBeforeDef_Expr() function 3825 useBeforeDef_Expr(bb,stmt,expr->Iex.GetI.ix,def_counts); in useBeforeDef_Expr() 3832 useBeforeDef_Expr(bb,stmt,qop->arg1,def_counts); in useBeforeDef_Expr() 3833 useBeforeDef_Expr(bb,stmt,qop->arg2,def_counts); in useBeforeDef_Expr() 3834 useBeforeDef_Expr(bb,stmt,qop->arg3,def_counts); in useBeforeDef_Expr() 3835 useBeforeDef_Expr(bb,stmt,qop->arg4,def_counts); in useBeforeDef_Expr() 3840 useBeforeDef_Expr(bb,stmt,triop->arg1,def_counts); in useBeforeDef_Expr() 3841 useBeforeDef_Expr(bb,stmt,triop->arg2,def_counts); in useBeforeDef_Expr() 3842 useBeforeDef_Expr(bb,stmt,triop->arg3,def_counts); in useBeforeDef_Expr() 3846 useBeforeDef_Expr(bb,stmt,expr->Iex.Binop.arg1,def_counts); in useBeforeDef_Expr() [all …]
|