Home
last modified time | relevance | path

Searched refs:cgraph_node (Results 1 – 25 of 3159) sorted by relevance

12345678910>>...127

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dcgraph.h120 struct cgraph_node *next;
121 struct cgraph_node *previous;
123 struct cgraph_node *origin;
125 struct cgraph_node *nested;
168 struct cgraph_node *caller;
169 struct cgraph_node *callee;
234 struct cgraph_node *,
236 struct cgraph_node *cgraph_node (tree);
246 struct cgraph_node * cgraph_clone_node (struct cgraph_node *, gcov_type,
264 struct cgraph_node *cgraph_master_clone (struct cgraph_node *);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcgraph.h832 typedef void (*cgraph_2node_hook)(struct cgraph_node *, struct cgraph_node *,
859 struct cgraph_node * cgraph_function_node (struct cgraph_node *,
902 struct cgraph_node *cgraph_find_replacement_node (struct cgraph_node *);
911 struct cgraph_node * cgraph_copy_node_for_versioning (struct cgraph_node *,
913 struct cgraph_node *cgraph_function_versioning (struct cgraph_node *,
1127 cgraph_node *cn = dyn_cast <cgraph_node> (node); in cgraph_first_defined_function()
1141 cgraph_node *cn1 = dyn_cast <cgraph_node> (node1); in cgraph_next_defined_function()
1159 if (cgraph_node *cn = dyn_cast <cgraph_node> (node)) in cgraph_first_function()
1170 if (cgraph_node *cn1 = dyn_cast <cgraph_node> (node1)) in cgraph_next_function()
1198 cgraph_node *cn = dyn_cast <cgraph_node> (node); in cgraph_first_function_with_gimple_body()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcgraph.h213 struct cgraph_node * argument
217 struct cgraph_node *
221 struct cgraph_node *
683 struct cgraph_node *cgraph_find_replacement_node (struct cgraph_node *);
693 struct cgraph_node *cgraph_function_versioning (struct cgraph_node *,
931 cgraph_node *cn = dyn_cast <cgraph_node> (node); in cgraph_first_defined_function()
945 cgraph_node *cn1 = dyn_cast <cgraph_node> (node1); in cgraph_next_defined_function()
963 if (cgraph_node *cn = dyn_cast <cgraph_node> (node)) in cgraph_first_function()
974 if (cgraph_node *cn1 = dyn_cast <cgraph_node> (node1)) in cgraph_next_function()
1002 cgraph_node *cn = dyn_cast <cgraph_node> (node); in cgraph_first_function_with_gimple_body()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcgraph.h213 struct cgraph_node * argument
217 struct cgraph_node *
221 struct cgraph_node *
682 struct cgraph_node *cgraph_find_replacement_node (struct cgraph_node *);
692 struct cgraph_node *cgraph_function_versioning (struct cgraph_node *,
930 cgraph_node *cn = dyn_cast <cgraph_node> (node); in cgraph_first_defined_function()
944 cgraph_node *cn1 = dyn_cast <cgraph_node> (node1); in cgraph_next_defined_function()
962 if (cgraph_node *cn = dyn_cast <cgraph_node> (node)) in cgraph_first_function()
973 if (cgraph_node *cn1 = dyn_cast <cgraph_node> (node1)) in cgraph_next_function()
1001 cgraph_node *cn = dyn_cast <cgraph_node> (node); in cgraph_first_function_with_gimple_body()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcgraph.h90 struct cgraph_node *next;
91 struct cgraph_node *previous;
93 struct cgraph_node *origin;
95 struct cgraph_node *nested;
97 struct cgraph_node *next_nested;
99 struct cgraph_node *next_needed;
122 struct cgraph_node *caller;
123 struct cgraph_node *callee;
162 void cgraph_remove_edge (struct cgraph_node *, struct cgraph_node *);
164 void cgraph_remove_node (struct cgraph_node *);
[all …]
H A Dcgraph.c71 struct cgraph_node *);
95 struct cgraph_node *
96 cgraph_node (tree decl) in cgraph_node() function
98 struct cgraph_node *node; in cgraph_node()
133 struct cgraph_node *
155 create_edge (struct cgraph_node *caller, struct cgraph_node *callee) in create_edge()
193 cgraph_remove_edge (struct cgraph_node *caller, struct cgraph_node *callee) in cgraph_remove_edge()
298 return create_edge (cgraph_node (caller), cgraph_node (callee)); in cgraph_record_call()
304 cgraph_remove_edge (cgraph_node (caller), cgraph_node (callee)); in cgraph_remove_call()
312 struct cgraph_node *caller = cgraph_node (caller_decl); in cgraph_calls_p()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcgraph.h90 struct cgraph_node *next;
91 struct cgraph_node *previous;
93 struct cgraph_node *origin;
95 struct cgraph_node *nested;
97 struct cgraph_node *next_nested;
99 struct cgraph_node *next_needed;
122 struct cgraph_node *caller;
123 struct cgraph_node *callee;
162 void cgraph_remove_edge (struct cgraph_node *, struct cgraph_node *);
164 void cgraph_remove_node (struct cgraph_node *);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcgraph.h2056 inline cgraph_node *next_function (cgraph_node *node);
2330 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2335 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2667 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2681 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2699 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2710 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2722 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2736 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
2918 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcgraph.h2056 inline cgraph_node *next_function (cgraph_node *node);
2330 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2335 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2667 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2681 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2699 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2710 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2722 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2736 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
2918 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2439 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2444 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2776 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2790 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2808 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2819 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2831 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2845 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3044 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2439 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2444 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2776 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2790 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2808 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2819 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2831 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2845 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3044 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2439 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2444 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2776 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2790 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2808 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2819 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2831 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2845 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3044 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2439 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2444 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2776 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2790 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2808 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2819 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2831 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2845 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3044 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2439 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2444 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2776 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2790 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2808 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2819 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2831 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2845 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3044 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcgraph.h2187 inline cgraph_node *next_function (cgraph_node *node);
2498 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2503 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2834 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2848 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2866 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2877 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2889 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2903 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3097 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcgraph.h2138 inline cgraph_node *next_function (cgraph_node *node);
2431 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2436 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2768 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2782 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2800 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2811 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2823 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2837 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3026 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcgraph.h2187 inline cgraph_node *next_function (cgraph_node *node);
2498 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2503 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2834 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2848 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2866 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2877 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2889 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2903 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3097 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcgraph.h2187 inline cgraph_node *next_function (cgraph_node *node);
2498 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2503 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2834 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
2848 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
2866 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
2877 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
2889 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
2903 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3097 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-nested.h47 static nested_function_info *get (cgraph_node *node);
56 cgraph_node *origin;
58 cgraph_node *nested;
60 cgraph_node *next_nested;
64 extern void unnest_function (cgraph_node *node);
67 inline cgraph_node *
68 first_nested_function (cgraph_node *node) in first_nested_function()
75 inline cgraph_node *
76 next_nested_function (cgraph_node *node) in next_nested_function()
82 inline cgraph_node *
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-nested.h47 static nested_function_info *get (cgraph_node *node);
56 cgraph_node *origin;
58 cgraph_node *nested;
60 cgraph_node *next_nested;
64 extern void unnest_function (cgraph_node *node);
67 inline cgraph_node *
68 first_nested_function (cgraph_node *node) in first_nested_function()
75 inline cgraph_node *
76 next_nested_function (cgraph_node *node) in next_nested_function()
82 inline cgraph_node *
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-nested.h47 static nested_function_info *get (cgraph_node *node);
56 cgraph_node *origin;
58 cgraph_node *nested;
60 cgraph_node *next_nested;
64 extern void unnest_function (cgraph_node *node);
67 inline cgraph_node *
68 first_nested_function (cgraph_node *node) in first_nested_function()
75 inline cgraph_node *
76 next_nested_function (cgraph_node *node) in next_nested_function()
82 inline cgraph_node *
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-nested.h47 static nested_function_info *get (cgraph_node *node);
56 cgraph_node *origin;
58 cgraph_node *nested;
60 cgraph_node *next_nested;
64 extern void unnest_function (cgraph_node *node);
67 inline cgraph_node *
68 first_nested_function (cgraph_node *node) in first_nested_function()
75 inline cgraph_node *
76 next_nested_function (cgraph_node *node) in next_nested_function()
82 inline cgraph_node *
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcgraph.h2375 inline cgraph_node *next_function (cgraph_node *node);
2696 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2701 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
3003 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
3017 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
3035 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
3046 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
3058 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
3072 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3266 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcgraph.h2376 inline cgraph_node *next_function (cgraph_node *node);
2697 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2702 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
3015 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
3029 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
3047 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
3058 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
3070 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
3084 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3278 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcgraph.h2376 inline cgraph_node *next_function (cgraph_node *node);
2697 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
2702 if (cgraph_node *cn = dyn_cast <cgraph_node *> (target)) in in_same_comdat_group_p()
3015 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_defined_function()
3029 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_defined_function()
3047 if (cgraph_node *cn = dyn_cast <cgraph_node *> (node)) in first_function()
3058 if (cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1)) in next_function()
3070 cgraph_node *cn = dyn_cast <cgraph_node *> (node); in first_function_with_gimple_body()
3084 cgraph_node *cn1 = dyn_cast <cgraph_node *> (node1); in next_function_with_gimple_body()
3278 cgraph_node *n = dyn_cast <cgraph_node *> in ultimate_alias_target()
[all …]

12345678910>>...127