Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlra-spills.cc739 int i, arg_regno; in regno_in_use_p() local
762 for (i = 0; (arg_regno = id->arg_hard_regs[i]) >= 0; i++) in regno_in_use_p()
763 if ((int) regno == (arg_regno >= FIRST_PSEUDO_REGISTER in regno_in_use_p()
764 ? arg_regno : arg_regno - FIRST_PSEUDO_REGISTER)) in regno_in_use_p()