Home | History | Annotate | Download | only in gcc

Lines Matching defs:def_stmt

465       gimple *def_stmt = SSA_NAME_DEF_STMT (exp);
466 enum gimple_code code = gimple_code (def_stmt);
468 if (is_gimple_assign (def_stmt))
470 tree type = TREE_TYPE (gimple_assign_lhs (def_stmt));
473 tree_code code = gimple_assign_rhs_code (def_stmt);
483 ptr1 = gimple_assign_rhs2 (def_stmt);
484 ptr2 = gimple_assign_rhs3 (def_stmt);
489 ptr1 = gimple_assign_rhs1 (def_stmt);
490 ptr2 = gimple_assign_rhs2 (def_stmt);
497 ptr1 = gimple_assign_rhs1 (def_stmt);
518 && gimple_call_builtin_p (def_stmt, BUILT_IN_NORMAL))
522 tree fn = gimple_call_fndecl (def_stmt);
529 argsloc.locvec.safe_push (gimple_location (def_stmt));
533 if (gimple_call_num_args (def_stmt) < 1)
562 gimple_call_arg (def_stmt, 0),
571 gphi *phi_stmt = as_a <gphi *> (def_stmt);