Lines Matching defs:cgraph_node_ptr
343 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_ptr, void *), void *data, bool include_overwritable)
345 cgraph_node_ptr alias;
746 typedef struct cgraph_node *cgraph_node_ptr;
770 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availability)
775 static inline cgraph_node_ptr cgraph_function_or_thunk_node(cgraph_node_ptr node, enum availability *availability = NULL)
780 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node)
785 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node)
790 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node)
795 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_ptr, void *), void *data, bool include_overwritable)
830 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2)
937 static inline cgraph_node_ptr ipa_ref_referring_node(struct ipa_ref *ref)
939 return dyn_cast<cgraph_node_ptr>(ref->referring);