HomeSort by: relevance | last modified time | path
    Searched defs:output_hregno (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 3214 unsigned j, output_hregno = REGNO (DECL_RTL (val)); local
3223 && output_hregno == REGNO (DECL_RTL (output_tvec[j])))
3250 && output_hregno != input_hregno)
3258 && output_hregno == input_hregno)
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 3227 unsigned j, output_hregno = REGNO (DECL_RTL (val)); local
3236 && output_hregno == REGNO (DECL_RTL (output_tvec[j])))
3263 && output_hregno != input_hregno)
3271 && output_hregno == input_hregno)

Completed in 23 milliseconds