Searched refs:ALLOCNO_COPIES (Results 1 – 4 of 4) sorted by relevance
517 ALLOCNO_COPIES (a) = NULL; in ira_create_allocno()1380 for (cp = ALLOCNO_COPIES (a1); cp != NULL; cp = next_cp) in find_allocno_copy()1432 cp->next_first_allocno_copy = ALLOCNO_COPIES (first); in add_allocno_copy_to_list()1440 cp->next_second_allocno_copy = ALLOCNO_COPIES (second); in add_allocno_copy_to_list()1448 ALLOCNO_COPIES (first) = cp; in add_allocno_copy_to_list()1449 ALLOCNO_COPIES (second) = cp; in add_allocno_copy_to_list()1548 for (cp = ALLOCNO_COPIES (a); cp != NULL; cp = next_cp) in print_allocno_copies()3179 ALLOCNO_COPIES (a) = NULL; in ira_flattening()3235 ALLOCNO_COPIES (a) = NULL; in ira_flattening()
1420 for (cp = ALLOCNO_COPIES (allocno); cp != NULL; cp = next_cp) in update_costs_from_allocno()1599 for (cp = ALLOCNO_COPIES (allocno); cp != NULL; cp = next_cp) in update_conflict_hard_regno_costs()2402 for (cp = ALLOCNO_COPIES (a); cp != NULL; cp = next_cp) in form_threads_from_bucket()2430 for (cp = ALLOCNO_COPIES (a); cp != NULL; cp = next_cp) in form_threads_from_colorable_allocno()3113 for (cp = ALLOCNO_COPIES (allocno); cp != NULL; cp = next_cp) in allocno_copy_cost_saving()3944 for (cp = ALLOCNO_COPIES (a); cp != NULL; cp = next_cp) in update_curr_costs()4213 for (cp = ALLOCNO_COPIES (a); cp != NULL; cp = next_cp) in coalesce_allocnos()4932 for (cost = 0, cp = ALLOCNO_COPIES (allocno); in ira_reuse_stack_slot()
456 #define ALLOCNO_COPIES(A) ((A)->allocno_copies) macro
2863 for (cp = ALLOCNO_COPIES (a); cp != NULL; cp = next_cp) in print_redundant_copies()