Searched refs:ic_tuple_counters_field (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c70 static GTY(()) tree ic_tuple_counters_field; variable
94 ic_tuple_counters_field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
96 DECL_CHAIN (ic_tuple_counters_field) = ic_tuple_callee_field;
99 ic_tuple_counters_field, NULL_TREE);
391 ic_tuple_var, ic_tuple_counters_field, NULL_TREE);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-profile.cc73 static GTY(()) tree ic_tuple_counters_field; variable
97 ic_tuple_counters_field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
99 DECL_CHAIN (ic_tuple_counters_field) = ic_tuple_callee_field;
102 ic_tuple_counters_field, NULL_TREE);
394 ic_tuple_var, ic_tuple_counters_field, NULL_TREE);

Completed in 91 milliseconds