Searched refs:lto_stmt_uid (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | symtab.cc | 650 ref->lto_stmt_uid = 0; in create_reference() 704 unsigned int stmt_uid = ref->lto_stmt_uid; in clone_references() 709 ref2->lto_stmt_uid = stmt_uid; in clone_references() 724 unsigned int stmt_uid = ref->lto_stmt_uid; in clone_referring() 729 ref2->lto_stmt_uid = stmt_uid; in clone_referring() 740 unsigned int stmt_uid = ref->lto_stmt_uid; in clone_reference() 746 ref2->lto_stmt_uid = stmt_uid; in clone_reference() 756 gimple *stmt, unsigned int lto_stmt_uid, in find_reference() argument 767 || (lto_stmt_uid && r->lto_stmt_uid == lto_stmt_uid) in find_reference() 768 || (!stmt && !lto_stmt_uid && !r->stmt && !r->lto_stmt_uid))) in find_reference() [all …]
|
| D | cgraph.cc | 904 edge->lto_stmt_uid = 0; in create_edge() 1123 e2->lto_stmt_uid = lto_stmt_uid; in make_speculative() 1130 ref->lto_stmt_uid = lto_stmt_uid; in make_speculative() 1153 && e->prev_callee->lto_stmt_uid == e->lto_stmt_uid) in first_speculative_call_target() 1164 && e->lto_stmt_uid == e2->lto_stmt_uid) in first_speculative_call_target() 3292 unsigned int lto_stmt_uid, in verify_speculative_call() argument 3300 && indirect->lto_stmt_uid == lto_stmt_uid) in verify_speculative_call() 3333 if (direct->call_stmt == stmt && direct->lto_stmt_uid == lto_stmt_uid) in verify_speculative_call() 3377 && ref->stmt == stmt && ref->lto_stmt_uid == lto_stmt_uid) in verify_speculative_call() 3546 if (e->call_stmt && e->lto_stmt_uid) in verify_node() [all …]
|
| D | lto-streamer-in.cc | 1191 if (STMT_UID_NOT_IN_RANGE (cedge->lto_stmt_uid)) in fixup_call_stmt_edges_1() 1194 cedge->call_stmt = as_a <gcall *> (stmts[cedge->lto_stmt_uid - 1]); in fixup_call_stmt_edges_1() 1195 cedge->lto_stmt_uid = 0; in fixup_call_stmt_edges_1() 1202 if (STMT_UID_NOT_IN_RANGE (cedge->lto_stmt_uid)) in fixup_call_stmt_edges_1() 1205 cedge->call_stmt = as_a <gcall *> (stmts[cedge->lto_stmt_uid - 1]); in fixup_call_stmt_edges_1() 1206 cedge->lto_stmt_uid = 0; in fixup_call_stmt_edges_1() 1211 if (ref->lto_stmt_uid) in fixup_call_stmt_edges_1() 1213 if (STMT_UID_NOT_IN_RANGE (ref->lto_stmt_uid)) in fixup_call_stmt_edges_1() 1216 ref->stmt = stmts[ref->lto_stmt_uid - 1]; in fixup_call_stmt_edges_1() 1217 ref->lto_stmt_uid = 0; in fixup_call_stmt_edges_1()
|
| D | cgraphclones.cc | 138 new_edge->lto_stmt_uid = stmt_uid; in clone() 443 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, new_node->count, old_count, in create_clone() 447 e->clone (new_node, e->call_stmt, e->lto_stmt_uid, in create_clone() 960 e->lto_stmt_uid, count, count, in create_version_clone() 966 e->lto_stmt_uid, count, count, in create_version_clone()
|
| D | ipa-ref.h | 61 unsigned int lto_stmt_uid; member
|
| D | cgraph.h | 199 unsigned int lto_stmt_uid, 1771 && e->next_callee->lto_stmt_uid == e->lto_stmt_uid) in next_speculative_call_target() 1787 && lto_stmt_uid == e2->lto_stmt_uid) in speculative_call_indirect_edge() 1808 && ref->lto_stmt_uid == lto_stmt_uid) in speculative_call_target_ref() 1919 unsigned int lto_stmt_uid; variable
|
| D | lto-cgraph.cc | 264 uid = !edge->call_stmt ? edge->lto_stmt_uid in lto_output_edge() 679 int uid = !ref->stmt ? ref->lto_stmt_uid : gimple_uid (ref->stmt) + 1; in lto_output_ref() 1441 ref->lto_stmt_uid = streamer_read_hwi (ib); in input_ref() 1491 edge->lto_stmt_uid = stmt_id; in input_edge()
|
| D | ipa-profile.cc | 436 e->caller->dump_name (), e->lto_stmt_uid); in ipa_profile_dump_all_summaries()
|
| D | ipa-prop.cc | 3503 fprintf (dump_file, "with uid %i\n", ie->lto_stmt_uid); in ipa_make_edge_direct_to_target() 3697 origin->lto_stmt_uid, IPA_REF_ADDR); in remove_described_reference() 4465 src->lto_stmt_uid, in duplicate()
|
| D | ipa-cp.cc | 4958 cs->lto_stmt_uid, in adjust_references_in_caller()
|
| D | ChangeLog-2013 | 22603 * ipa-ref.c (ipa_clear_stmts_in_references): Clear lto_stmt_uid, too. 22654 clear lto_stmt_uid. 22671 lto_stmt_uid and speculative flags. 22678 * ipa-ref.h (ipa_ref): Add lto_stmt_uid and speculative flags. 22697 (remove_described_reference): Look proper lto_stmt_uid.
|
| D | ChangeLog-2009 | 2819 * ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid. 7166 (struct cgraph_edge): Add fields lto_stmt_uid and 7314 Update new_edge->lto_stmt_uid.
|
| D | ChangeLog-2020 | 37668 lto_stmt_uid is set. 37670 lto_stmt_uid. 37673 * lto-streamer-in.c (fixup_call_stmt_edges_1): Clear lto_stmt_uid.
|