Lines Matching refs:useBeforeDef_Expr
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()
3847 useBeforeDef_Expr(bb,stmt,expr->Iex.Binop.arg2,def_counts); in useBeforeDef_Expr()
3850 useBeforeDef_Expr(bb,stmt,expr->Iex.Unop.arg,def_counts); in useBeforeDef_Expr()
3853 useBeforeDef_Expr(bb,stmt,expr->Iex.Load.addr,def_counts); in useBeforeDef_Expr()
3866 useBeforeDef_Expr(bb,stmt,arg,def_counts); in useBeforeDef_Expr()
3871 useBeforeDef_Expr(bb,stmt,expr->Iex.ITE.cond,def_counts); in useBeforeDef_Expr()
3872 useBeforeDef_Expr(bb,stmt,expr->Iex.ITE.iftrue,def_counts); in useBeforeDef_Expr()
3873 useBeforeDef_Expr(bb,stmt,expr->Iex.ITE.iffalse,def_counts); in useBeforeDef_Expr()
3893 useBeforeDef_Expr(bb,stmt,stmt->Ist.AbiHint.base,def_counts); in useBeforeDef_Stmt()
3894 useBeforeDef_Expr(bb,stmt,stmt->Ist.AbiHint.nia,def_counts); in useBeforeDef_Stmt()
3897 useBeforeDef_Expr(bb,stmt,stmt->Ist.Put.data,def_counts); in useBeforeDef_Stmt()
3901 useBeforeDef_Expr(bb,stmt,puti->ix,def_counts); in useBeforeDef_Stmt()
3902 useBeforeDef_Expr(bb,stmt,puti->data,def_counts); in useBeforeDef_Stmt()
3905 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts); in useBeforeDef_Stmt()
3908 useBeforeDef_Expr(bb,stmt,stmt->Ist.Store.addr,def_counts); in useBeforeDef_Stmt()
3909 useBeforeDef_Expr(bb,stmt,stmt->Ist.Store.data,def_counts); in useBeforeDef_Stmt()
3913 useBeforeDef_Expr(bb,stmt,sg->addr,def_counts); in useBeforeDef_Stmt()
3914 useBeforeDef_Expr(bb,stmt,sg->data,def_counts); in useBeforeDef_Stmt()
3915 useBeforeDef_Expr(bb,stmt,sg->guard,def_counts); in useBeforeDef_Stmt()
3919 useBeforeDef_Expr(bb,stmt,lg->addr,def_counts); in useBeforeDef_Stmt()
3920 useBeforeDef_Expr(bb,stmt,lg->alt,def_counts); in useBeforeDef_Stmt()
3921 useBeforeDef_Expr(bb,stmt,lg->guard,def_counts); in useBeforeDef_Stmt()
3925 useBeforeDef_Expr(bb,stmt,cas->addr,def_counts); in useBeforeDef_Stmt()
3927 useBeforeDef_Expr(bb,stmt,cas->expdHi,def_counts); in useBeforeDef_Stmt()
3928 useBeforeDef_Expr(bb,stmt,cas->expdLo,def_counts); in useBeforeDef_Stmt()
3930 useBeforeDef_Expr(bb,stmt,cas->dataHi,def_counts); in useBeforeDef_Stmt()
3931 useBeforeDef_Expr(bb,stmt,cas->dataLo,def_counts); in useBeforeDef_Stmt()
3934 useBeforeDef_Expr(bb,stmt,stmt->Ist.LLSC.addr,def_counts); in useBeforeDef_Stmt()
3936 useBeforeDef_Expr(bb,stmt,stmt->Ist.LLSC.storedata,def_counts); in useBeforeDef_Stmt()
3946 useBeforeDef_Expr(bb,stmt,arg,def_counts); in useBeforeDef_Stmt()
3950 useBeforeDef_Expr(bb,stmt,d->mAddr,def_counts); in useBeforeDef_Stmt()
3956 useBeforeDef_Expr(bb,stmt,stmt->Ist.Exit.guard,def_counts); in useBeforeDef_Stmt()