Home
last modified time | relevance | path

Searched refs:REFERENCE_CLASS_P (Results 1 – 25 of 37) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-fold.c334 if (REFERENCE_CLASS_P (rhs)) in fold_gimple_assign()
4028 if (REFERENCE_CLASS_P (gimple_call_arg (stmt, i))) in gimple_fold_call()
4651 if ((REFERENCE_CLASS_P (*rhs) in fold_stmt_1()
4656 if (REFERENCE_CLASS_P (*lhs) in fold_stmt_1()
4687 if (REFERENCE_CLASS_P (*arg) in fold_stmt_1()
4693 && REFERENCE_CLASS_P (*lhs) in fold_stmt_1()
4705 if (REFERENCE_CLASS_P (op) in fold_stmt_1()
4713 if ((REFERENCE_CLASS_P (op) in fold_stmt_1()
4725 && (REFERENCE_CLASS_P (*val) in fold_stmt_1()
4855 if (REFERENCE_CLASS_P (op) in fold_stmt_1()
[all …]
H A Dtree-ssa-loop-prefetch.c649 if (REFERENCE_CLASS_P (rhs)) in gather_memory_references()
655 if (REFERENCE_CLASS_P (lhs)) in gather_memory_references()
H A Dtree-ssa-loop-niter.c3394 if (REFERENCE_CLASS_P (op0)) in infer_loop_bounds_from_array()
3397 if (REFERENCE_CLASS_P (op1)) in infer_loop_bounds_from_array()
3406 if (lhs && REFERENCE_CLASS_P (lhs)) in infer_loop_bounds_from_array()
3412 if (REFERENCE_CLASS_P (arg)) in infer_loop_bounds_from_array()
H A Dtree-ssa-propagate.c844 || REFERENCE_CLASS_P (lhs))); in stmt_makes_single_store()
H A Dtree-data-ref.c4975 || (REFERENCE_CLASS_P (op1) in get_references_in_stmt()
5026 || (REFERENCE_CLASS_P (op1) && get_base_address (op1))) in get_references_in_stmt()
5040 || (REFERENCE_CLASS_P (op0) && get_base_address (op0)))) in get_references_in_stmt()
H A Dtree-ssa-loop-ivopts.c2510 && (REFERENCE_CLASS_P (*rhs) in find_interesting_uses_stmt()
2513 if (REFERENCE_CLASS_P (*rhs)) in find_interesting_uses_stmt()
2518 if (REFERENCE_CLASS_P (*lhs)) in find_interesting_uses_stmt()
H A Dtree-predcom.c1274 if (!REFERENCE_CLASS_P (init_ref) in find_looparound_phi()
H A Dstor-layout.c97 while (REFERENCE_CLASS_P (t)) in self_referential_component_ref_p()
H A Dtree.c3888 REFERENCE_CLASS_P (inner); in find_placeholder_in_expr()
3970 REFERENCE_CLASS_P (inner); in substitute_in_expr()
4156 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()
4169 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()
H A Dtree-ssa-sccvn.c899 if (REFERENCE_CLASS_P (ref) in copy_reference_ops_from_ref()
4084 else if (REFERENCE_CLASS_P (lhs) in visit_use()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple-fold.c306 if (REFERENCE_CLASS_P (rhs)) in fold_gimple_assign()
1089 if (REFERENCE_CLASS_P (gimple_call_arg (stmt, i))) in gimple_fold_call()
1222 if (REFERENCE_CLASS_P (op) in fold_stmt_1()
1237 if (REFERENCE_CLASS_P (op) in fold_stmt_1()
1253 && REFERENCE_CLASS_P (val)) in fold_stmt_1()
1295 if (lhs && REFERENCE_CLASS_P (lhs)) in fold_stmt_1()
H A Dtree-ssa-sink.c177 if (REFERENCE_CLASS_P (lhs)) in is_hidden_global_store()
H A Dtree-vect-slp.c320 if (REFERENCE_CLASS_P (lhs)) in vect_get_and_check_slp_defs()
709 if (REFERENCE_CLASS_P (lhs)) in vect_build_slp_tree()
2904 && !REFERENCE_CLASS_P (gimple_get_lhs (stmt)) in vect_schedule_slp_instance()
2914 && REFERENCE_CLASS_P (gimple_get_lhs (stmt))) in vect_schedule_slp_instance()
H A Dtree-ssa-loop-prefetch.c596 if (REFERENCE_CLASS_P (rhs)) in gather_memory_references()
602 if (REFERENCE_CLASS_P (lhs)) in gather_memory_references()
H A Dtree-ssa-loop-niter.c2809 if (REFERENCE_CLASS_P (op0)) in infer_loop_bounds_from_array()
2812 if (REFERENCE_CLASS_P (op1)) in infer_loop_bounds_from_array()
2821 if (lhs && REFERENCE_CLASS_P (lhs)) in infer_loop_bounds_from_array()
2827 if (REFERENCE_CLASS_P (arg)) in infer_loop_bounds_from_array()
H A Dtree-ssa-propagate.c881 || REFERENCE_CLASS_P (lhs))); in stmt_makes_single_store()
H A Dtree-data-ref.c4350 || (REFERENCE_CLASS_P (*op1) in get_references_in_stmt()
4370 || (REFERENCE_CLASS_P (*op1) && get_base_address (*op1))) in get_references_in_stmt()
4383 || (REFERENCE_CLASS_P (*op0) && get_base_address (*op0)))) in get_references_in_stmt()
H A Dtree-ssa-loop-ivopts.c1873 && (REFERENCE_CLASS_P (*rhs) in find_interesting_uses_stmt()
1876 if (REFERENCE_CLASS_P (*rhs)) in find_interesting_uses_stmt()
1881 if (REFERENCE_CLASS_P (*lhs)) in find_interesting_uses_stmt()
H A Dtree-ssa-sccvn.c750 if (REFERENCE_CLASS_P (ref) in copy_reference_ops_from_ref()
3296 else if (REFERENCE_CLASS_P (lhs) in visit_use()
H A Dtree.c3026 REFERENCE_CLASS_P (inner); in find_placeholder_in_expr()
3108 REFERENCE_CLASS_P (inner); in substitute_in_expr()
3280 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()
3293 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()
H A Dtree-predcom.c1110 if (!REFERENCE_CLASS_P (init_ref) in find_looparound_phi()
H A Dstor-layout.c161 REFERENCE_CLASS_P (inner); in copy_self_referential_tree_r()
H A Dstmt.c1555 if ((DECL_P (exp) || REFERENCE_CLASS_P (exp)) in warn_if_unused_value()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c588 if ((DECL_P (exp) || REFERENCE_CLASS_P (exp)) in warn_if_unused_value()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c662 && (REFERENCE_CLASS_P (op1) || DECL_P (op1))) in cp_gimplify_expr()

12