| /src/external/gpl3/gcc/dist/gcc/ |
| tree-if-conv.cc | 2587 tree use_lhs = gimple_assign_lhs (use_stmt); local 2588 redundant_ssa_names.safe_push (std::make_pair (use_lhs, lhs));
|
| tree-ssa-ccp.cc | 3328 tree use_lhs = gimple_assign_lhs (use_stmt); local 3333 if (!single_imm_use (use_lhs, &use_p, &use_not_stmt) 3347 so use_lhs can be released. */ 3436 tree use_lhs = gimple_assign_lhs (use_stmt); 3437 if (TREE_CODE (use_lhs) == SSA_NAME 3438 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (use_lhs)) 3462 else if (TREE_CODE (TREE_TYPE (use_lhs)) == BOOLEAN_TYPE) 3507 else if (TYPE_PRECISION (TREE_TYPE (use_lhs)) 3511 if (!single_imm_use (use_lhs, &use_p, &use_nop_stmt) 3594 if (use_lhs != cmp_rhs1 [all...] |
| tree-ssa-forwprop.cc | 3771 tree use_lhs = gimple_assign_lhs (use_stmt); local 3772 if (auto_var_p (use_lhs)) 3773 DECL_NOT_GIMPLE_REG_P (use_lhs) = 1; 3775 TREE_TYPE (TREE_TYPE (use_lhs)), 3776 unshare_expr (use_lhs)); 3788 TREE_TYPE (TREE_TYPE (use_lhs)), 3789 unshare_expr (use_lhs)); 3855 tree use_lhs = gimple_assign_lhs (use_stmt); local 3856 if (auto_var_p (use_lhs)) 3857 DECL_NOT_GIMPLE_REG_P (use_lhs) = 1 [all...] |
| tree-ssa-math-opts.cc | 3621 tree use_lhs = gimple_get_lhs (use_stmt); local 3651 state->m_last_result = use_lhs; 4300 tree use_lhs = gimple_assign_lhs (use_stmt); 4301 if (!INTEGRAL_TYPE_P (TREE_TYPE (use_lhs)) 4302 || (TYPE_PRECISION (TREE_TYPE (use_lhs)) 4503 tree use_lhs = gimple_assign_lhs (use_stmt); local 4505 if (useless_type_conversion_p (TREE_TYPE (use_lhs),
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-if-conv.cc | 2383 tree use_lhs = gimple_assign_lhs (use_stmt); local 2384 redundant_ssa_names.safe_push (std::make_pair (use_lhs, lhs));
|
| tree-ssa-ccp.cc | 3303 tree use_lhs = gimple_assign_lhs (use_stmt); local 3308 if (!single_imm_use (use_lhs, &use_p, &use_not_stmt) 3322 so use_lhs can be released. */ 3411 tree use_lhs = gimple_assign_lhs (use_stmt); 3412 if (TREE_CODE (use_lhs) == SSA_NAME 3413 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (use_lhs)) 3437 else if (TREE_CODE (TREE_TYPE (use_lhs)) == BOOLEAN_TYPE) 3482 else if (TYPE_PRECISION (TREE_TYPE (use_lhs)) 3486 if (!single_imm_use (use_lhs, &use_p, &use_nop_stmt) 3533 if (use_lhs != cmp_rhs1 [all...] |
| tree-ssa-forwprop.cc | 3630 tree use_lhs = gimple_assign_lhs (use_stmt); local 3631 if (auto_var_p (use_lhs)) 3632 DECL_NOT_GIMPLE_REG_P (use_lhs) = 1; 3634 TREE_TYPE (TREE_TYPE (use_lhs)), 3635 unshare_expr (use_lhs)); 3647 TREE_TYPE (TREE_TYPE (use_lhs)), 3648 unshare_expr (use_lhs)); 3684 tree use_lhs = gimple_assign_lhs (use_stmt); local 3685 if (auto_var_p (use_lhs)) 3686 DECL_NOT_GIMPLE_REG_P (use_lhs) = 1 [all...] |
| tree-vrp.cc | 3907 tree use_lhs = gimple_assign_lhs (use_stmt); local 3910 || TREE_CODE (use_lhs) != SSA_NAME 3912 || (!INTEGRAL_TYPE_P (TREE_TYPE (use_lhs)) 3913 || !TYPE_MIN_VALUE (TREE_TYPE (use_lhs)) 3914 || !TYPE_MAX_VALUE (TREE_TYPE (use_lhs)))) 3928 = m_vr_values->get_value_range (use_lhs);
|
| tree-ssa-math-opts.cc | 3406 tree use_lhs = gimple_get_lhs (use_stmt); local 3436 state->m_last_result = use_lhs; 4069 tree use_lhs = gimple_assign_lhs (use_stmt); 4070 if (!INTEGRAL_TYPE_P (TREE_TYPE (use_lhs)) 4071 || (TYPE_PRECISION (TREE_TYPE (use_lhs)) 4272 tree use_lhs = gimple_assign_lhs (use_stmt); local 4274 if (useless_type_conversion_p (TREE_TYPE (use_lhs),
|