Home
last modified time | relevance | path

Searched refs:funct_state (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDipa-pure-const.c104 typedef struct funct_state_d * funct_state; typedef
112 DEF_VEC_P (funct_state);
113 DEF_VEC_ALLOC_P (funct_state, heap);
114 static VEC (funct_state, heap) *funct_state_vec;
211 || VEC_length (funct_state, funct_state_vec) <= (unsigned int)node->uid) in has_function_state()
213 return VEC_index (funct_state, funct_state_vec, node->uid) != NULL; in has_function_state()
218 static inline funct_state
222 || VEC_length (funct_state, funct_state_vec) <= (unsigned int)node->uid in get_function_state()
223 || !VEC_index (funct_state, funct_state_vec, node->uid)) in get_function_state()
226 return VEC_index (funct_state, funct_state_vec, node->uid); in get_function_state()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDipa-pure-const.c118 typedef struct funct_state_d * funct_state; typedef
126 static vec<funct_state> funct_state_vec;
302 static inline funct_state
316 set_function_state (struct cgraph_node *node, funct_state s) in set_function_state()
335 check_decl (funct_state local, in check_decl()
412 check_op (funct_state local, tree t, bool checking_write) in check_op()
593 check_call (funct_state local, gcall *call, bool ipa) in check_call()
730 check_decl ((funct_state)data, op, false, false); in check_load()
732 check_op ((funct_state)data, op, false); in check_load()
742 check_decl ((funct_state)data, op, true, false); in check_store()
[all …]