cgraph_node       300 scripts/gcc-plugins/gcc-common.h static inline int ipa_reverse_postorder(struct cgraph_node **order)
cgraph_node       305 scripts/gcc-plugins/gcc-common.h static inline struct cgraph_node *cgraph_create_node(tree decl)
cgraph_node       307 scripts/gcc-plugins/gcc-common.h 	return cgraph_node(decl);
cgraph_node       310 scripts/gcc-plugins/gcc-common.h static inline struct cgraph_node *cgraph_get_create_node(tree decl)
cgraph_node       312 scripts/gcc-plugins/gcc-common.h 	struct cgraph_node *node = cgraph_get_node(decl);
cgraph_node       314 scripts/gcc-plugins/gcc-common.h 	return node ? node : cgraph_node(decl);
cgraph_node       317 scripts/gcc-plugins/gcc-common.h static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node)
cgraph_node       322 scripts/gcc-plugins/gcc-common.h static inline struct cgraph_node *cgraph_first_function_with_gimple_body(void)
cgraph_node       324 scripts/gcc-plugins/gcc-common.h 	struct cgraph_node *node;
cgraph_node       332 scripts/gcc-plugins/gcc-common.h static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node)
cgraph_node       395 scripts/gcc-plugins/gcc-common.h static inline struct cgraph_node *cgraph_alias_target(struct cgraph_node *n)
cgraph_node       717 scripts/gcc-plugins/gcc-common.h #define cgraph_get_node(decl) cgraph_node::get(decl)
cgraph_node       718 scripts/gcc-plugins/gcc-common.h #define cgraph_get_create_node(decl) cgraph_node::get_create(decl)
cgraph_node       719 scripts/gcc-plugins/gcc-common.h #define cgraph_create_node(decl) cgraph_node::create(decl)
cgraph_node       743 scripts/gcc-plugins/gcc-common.h typedef struct cgraph_node *cgraph_node_ptr;