Lines Matching defs:cgraph_node_ptr
207 typedef struct cgraph_node *cgraph_node_ptr;
231 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availability)
236 static inline cgraph_node_ptr cgraph_function_or_thunk_node(cgraph_node_ptr node, enum availability *availability = NULL)
241 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node)
246 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node)
251 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node)
256 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_ptr, void *), void *data, bool include_overwritable)
291 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2)
398 static inline cgraph_node_ptr ipa_ref_referring_node(struct ipa_ref *ref)
400 return dyn_cast<cgraph_node_ptr>(ref->referring);