Searched refs:first_moveable_pseudo (Results 1 – 8 of 8) sorted by relevance
4644 int first_moveable_pseudo, last_moveable_pseudo; variable4695 first_moveable_pseudo = max_regs; in find_moveable_pseudos()5222 for (i = first_moveable_pseudo; i < last_moveable_pseudo; i++) in move_unallocated_pseudos()5225 int idx = i - first_moveable_pseudo; in move_unallocated_pseudos()5263 first_moveable_pseudo = last_moveable_pseudo = 0; in move_unallocated_pseudos()
1528 extern int first_moveable_pseudo, last_moveable_pseudo;
1922 if (i >= first_moveable_pseudo && i < last_moveable_pseudo) in find_costs_and_classes()1941 if (i >= first_moveable_pseudo && i < last_moveable_pseudo) in find_costs_and_classes()
28675 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.28681 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
17926 * ira.c (move_unallocated_pseudos): Zero first_moveable_pseudo and
1516 extern int first_moveable_pseudo, last_moveable_pseudo;
4518 int first_moveable_pseudo, last_moveable_pseudo; variable4569 first_moveable_pseudo = max_regs; in find_moveable_pseudos()5102 for (i = first_moveable_pseudo; i < last_moveable_pseudo; i++) in move_unallocated_pseudos()5105 int idx = i - first_moveable_pseudo; in move_unallocated_pseudos()
1834 if (i >= first_moveable_pseudo && i < last_moveable_pseudo) in find_costs_and_classes()1853 if (i >= first_moveable_pseudo && i < last_moveable_pseudo) in find_costs_and_classes()