Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dgcc-common.h296 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
298 cgraph_node_ptr alias; in cgraph_for_node_and_aliases()
686 typedef struct cgraph_node *cgraph_node_ptr; typedef
710 static inline cgraph_node_ptr cgraph_function_node(cgraph_node_ptr node, enum availability *availab… in cgraph_function_node()
715 static inline cgraph_node_ptr cgraph_function_or_thunk_node(cgraph_node_ptr node, enum availability…
720 static inline bool cgraph_only_called_directly_p(cgraph_node_ptr node) in cgraph_only_called_directly_p()
725 static inline enum availability cgraph_function_body_availability(cgraph_node_ptr node) in cgraph_function_body_availability()
730 static inline cgraph_node_ptr cgraph_alias_target(cgraph_node_ptr node) in cgraph_alias_target()
735 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument
770 static inline void cgraph_call_node_duplication_hooks(cgraph_node_ptr node, cgraph_node_ptr node2) in cgraph_call_node_duplication_hooks()
[all …]