Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlra-assigns.cc493 HARD_REG_SET impossible_start_hard_regs, available_regs; in find_hard_regno_for_1() local
553 impossible_start_hard_regs = lra_reg_info[regno].exclude_start_hard_regs; in find_hard_regno_for_1()
568 SET_HARD_REG_BIT (impossible_start_hard_regs, hr); in find_hard_regno_for_1()
572 SET_HARD_REG_BIT (impossible_start_hard_regs, hr); in find_hard_regno_for_1()
639 && ! TEST_HARD_REG_BIT (impossible_start_hard_regs, hard_regno) in find_hard_regno_for_1()
DChangeLog12349 impossible_start_hard_regs from exclude_start_hard_regs.