Searched refs:ira_add_allocno_copy (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ira-conflicts.c | 283 cp = ira_add_allocno_copy (a1, a2, freq, constraint_p, insn, in process_regs_for_copy() 488 ira_add_allocno_copy (parent_a1, parent_a2, cp->freq, in propagate_copies()
|
H A D | ira-int.h | 1024 extern ira_copy_t ira_add_allocno_copy (ira_allocno_t, ira_allocno_t, int,
|
H A D | ira-emit.c | 1130 cp = ira_add_allocno_copy (from, to, freq, false, move->insn, NULL); in add_range_and_copies_from_move_list()
|
H A D | ira-build.c | 1466 ira_add_allocno_copy (ira_allocno_t first, ira_allocno_t second, int freq, in ira_add_allocno_copy() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ira-conflicts.cc | 294 cp = ira_add_allocno_copy (a1, a2, freq, constraint_p, insn, in process_regs_for_copy() 545 ira_add_allocno_copy (parent_a1, parent_a2, cp->freq, in propagate_copies()
|
H A D | ira-int.h | 1034 extern ira_copy_t ira_add_allocno_copy (ira_allocno_t, ira_allocno_t, int,
|
H A D | ira-emit.cc | 1130 cp = ira_add_allocno_copy (from, to, freq, false, move->insn, NULL); in add_range_and_copies_from_move_list()
|
H A D | ira-build.cc | 1470 ira_add_allocno_copy (ira_allocno_t first, ira_allocno_t second, int freq, in ira_add_allocno_copy() function
|
H A D | ChangeLog-2008 | 2457 (ira_create_copy, ira_add_allocno_copy): New parameter. 2460 to ira_add_allocno_copy. 2463 (propagate_copies): Pass a new parameter to ira_add_allocno_copy. 2464 Fix typo in passing second allocno to ira_add_allocno_copy. 2483 parameter to ira_add_allocno_copy. 2485 * ira-build.c (ira_create_copy, ira_add_allocno_copy): Add a new
|
H A D | ChangeLog-2014 | 26401 (ira_add_allocno_copy): Likewise. 26405 (ira_add_allocno_copy): Likewise.
|