HomeSort by relevance Sort by last modified time
    Searched refs:cgraph_node (Results 1 - 8 of 8) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ipa-reference.h 27 bitmap ipa_reference_get_read_global (struct cgraph_node *fn);
28 bitmap ipa_reference_get_written_global (struct cgraph_node *fn);
29 bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn);
30 bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
ipa-utils.h 31 struct cgraph_node* next_cycle;
38 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int);
39 int ipa_utils_reduced_inorder (struct cgraph_node **, bool, bool);
cgraph.h 109 struct cgraph_node *inlined_to;
130 Each function decl has assigned cgraph_node listing callees and callers. */
132 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) function
137 struct cgraph_node *next;
138 struct cgraph_node *previous;
140 struct cgraph_node *origin;
142 struct cgraph_node *nested;
144 struct cgraph_node *next_nested;
146 struct cgraph_node *next_needed;
148 struct cgraph_node *next_clone
    [all...]
tree-pass.h 156 struct cgraph_node;
175 void (*function_read_summary) (struct cgraph_node *);
180 unsigned int (*function_transform) (struct cgraph_node *);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ipa-reference.h 27 bitmap ipa_reference_get_read_global (struct cgraph_node *fn);
28 bitmap ipa_reference_get_written_global (struct cgraph_node *fn);
29 bitmap ipa_reference_get_not_read_global (struct cgraph_node *fn);
30 bitmap ipa_reference_get_not_written_global (struct cgraph_node *fn);
ipa-utils.h 31 struct cgraph_node* next_cycle;
38 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int);
39 int ipa_utils_reduced_inorder (struct cgraph_node **, bool, bool);
cgraph.h 109 struct cgraph_node *inlined_to;
130 Each function decl has assigned cgraph_node listing callees and callers. */
132 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) function
137 struct cgraph_node *next;
138 struct cgraph_node *previous;
140 struct cgraph_node *origin;
142 struct cgraph_node *nested;
144 struct cgraph_node *next_nested;
146 struct cgraph_node *next_needed;
148 struct cgraph_node *next_clone
    [all...]
tree-pass.h 171 struct cgraph_node;
190 void (*function_read_summary) (struct cgraph_node *);
195 unsigned int (*function_transform) (struct cgraph_node *);

Completed in 522 milliseconds