Home
last modified time | relevance | path

Searched refs:first_moveable_pseudo (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira.cc4644 int first_moveable_pseudo, last_moveable_pseudo; variable
4695 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()
H A Dira-int.h1528 extern int first_moveable_pseudo, last_moveable_pseudo;
H A Dira-costs.cc1922 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()
H A DChangeLog-201228675 (first_moveable_pseudo, last_moveable_pseudo): Declare variables.
28681 (first_moveable_pseudo, last_moveable_pseudo): New global variables.
H A DChangeLog-202017926 * ira.c (move_unallocated_pseudos): Zero first_moveable_pseudo and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-int.h1516 extern int first_moveable_pseudo, last_moveable_pseudo;
H A Dira.c4518 int first_moveable_pseudo, last_moveable_pseudo; variable
4569 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()
H A Dira-costs.c1834 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()