Home
last modified time | relevance | path

Searched refs:last_moveable_pseudo (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dira-int.h1509 extern int first_moveable_pseudo, last_moveable_pseudo;
H A Dira-costs.c1797 if (i >= first_moveable_pseudo && i < last_moveable_pseudo) in find_costs_and_classes()
1816 if (i >= first_moveable_pseudo && i < last_moveable_pseudo) in find_costs_and_classes()
H A Dira.c4464 int first_moveable_pseudo, last_moveable_pseudo; variable
4818 last_moveable_pseudo = max_reg_num (); in find_moveable_pseudos()
5048 for (i = first_moveable_pseudo; i < last_moveable_pseudo; i++) in move_unallocated_pseudos()