HomeSort by: relevance | last modified time | path
    Searched refs:non_spilled_static_chain_regno_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira.h 239 non_spilled_static_chain_regno_p (int regno) function
ira-color.cc 1055 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
1138 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
1149 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
2205 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
2858 if (non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a1)))
2860 else if (non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a2)))
3429 if ((diff = (non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a2))
3430 - non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a1)))) != 0)
3854 || non_spilled_static_chain_regno_p (regno))
lra-assigns.cc 247 if ((diff = (non_spilled_static_chain_regno_p (r2)
248 - non_spilled_static_chain_regno_p (r1))) != 0)
981 else if (non_spilled_static_chain_regno_p (spill_regno))
ira-costs.cc 2193 && ! non_spilled_static_chain_regno_p (i))
2250 && ! non_spilled_static_chain_regno_p (i))
2266 && ! non_spilled_static_chain_regno_p (i)
  /src/external/gpl3/gcc.old/dist/gcc/
ira.h 236 non_spilled_static_chain_regno_p (int regno) function
ira-color.cc 1048 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
1131 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
1142 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
2196 && ! non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a)))
2849 if (non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a1)))
2851 else if (non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a2)))
3394 if ((diff = (non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a2))
3395 - non_spilled_static_chain_regno_p (ALLOCNO_REGNO (a1)))) != 0)
3819 || non_spilled_static_chain_regno_p (regno))
lra-assigns.cc 247 if ((diff = (non_spilled_static_chain_regno_p (r2)
248 - non_spilled_static_chain_regno_p (r1))) != 0)
980 else if (non_spilled_static_chain_regno_p (spill_regno))
ira-costs.cc 1989 && ! non_spilled_static_chain_regno_p (i))
2036 && ! non_spilled_static_chain_regno_p (i))
2052 && ! non_spilled_static_chain_regno_p (i)

Completed in 47 milliseconds