cgraph_node_ptr
static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availability)
static inline cgraph_node_ptr cgraph_function_or_thunk_node(cgraph_node_ptr node, enum availability *availability = NULL)
static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node)
static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node)
static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node)
static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_ptr, void *), void *data, bool include_overwritable)
static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2)
static inline cgraph_node_ptr ipa_ref_referring_node(struct ipa_ref *ref)
return dyn_cast<cgraph_node_ptr>(ref->referring);
cgraph_node_ptr node;