Home
last modified time | relevance | path

Searched refs:lra_need_for_scratch_reg_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlra-int.h392 extern bool lra_need_for_scratch_reg_p (void);
H A Dlra-spills.c575 lra_need_for_scratch_reg_p (void) in lra_need_for_scratch_reg_p() function
H A Dlra.c2559 if (lra_need_for_scratch_reg_p ()) in lra()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-int.h396 extern bool lra_need_for_scratch_reg_p (void);
H A Dlra-spills.cc575 lra_need_for_scratch_reg_p (void) in lra_need_for_scratch_reg_p() function
H A Dlra.cc2489 if (lra_need_for_scratch_reg_p ()) in lra()
H A DChangeLog-201917314 * lra-int.h (lra_need_for_scratch_reg_p): Declare.
17315 * lra.c (lra): Use lra_need_for_scratch_reg_p.
17316 * lra-spills.c (lra_need_for_scratch_reg_p): New function.