Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-loop-prefetch.c481 if (REFERENCE_CLASS_P (rhs)) in gather_memory_references()
483 if (REFERENCE_CLASS_P (lhs)) in gather_memory_references()
Dtree-ssa-propagate.c783 || REFERENCE_CLASS_P (rhs))); in stmt_makes_single_load()
808 || REFERENCE_CLASS_P (lhs))); in stmt_makes_single_store()
Dtree-ssa-sink.c175 if (REFERENCE_CLASS_P (lhs)) in is_hidden_global_store()
Dtree-ssa-pre.c2090 if (REFERENCE_CLASS_P (node->expr)) in compute_rvuse_and_antic_safe()
2139 || REFERENCE_CLASS_P (op) in can_value_number_operation()
2912 if (REFERENCE_CLASS_P (TREE_VALUE (vexpr))) in create_value_expr_from()
2943 if (REFERENCE_CLASS_P (op)) in create_value_expr_from()
Dtree-object-size.c161 if (REFERENCE_CLASS_P (pt_var)) in addr_object_size()
Dtree.c2356 REFERENCE_CLASS_P (inner); in substitute_in_expr()
2469 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()
2481 : (REFERENCE_CLASS_P (elt) in substitute_placeholder_in_expr()
Dtree-inline.c1588 else if (CONSTANT_CLASS_P (x) || REFERENCE_CLASS_P (x)) in estimate_num_insns_1()
Dstmt.c1470 if ((DECL_P (exp) || REFERENCE_CLASS_P (exp)) in warn_if_unused_value()
Dtree-ssa-loop-ivopts.c1663 if (REFERENCE_CLASS_P (lhs)) in find_interesting_uses_stmt()
1670 if (REFERENCE_CLASS_P (lhs) in find_interesting_uses_stmt()
Dc-typeck.c3060 if ((DECL_P (arg) || REFERENCE_CLASS_P (arg)) in build_unary_op()
7083 while (REFERENCE_CLASS_P (inner) in c_finish_return()
Dtree.h127 #define REFERENCE_CLASS_P(CODE)\ macro