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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 5457 return_addr_reg_needed_p (int leaf_function)
5487 if (regno == RETURN_ADDR_REGNUM && return_addr_reg_needed_p (leaf_function))
6186 if (return_addr_reg_needed_p (sparc_leaf_function_p))
6297 if (return_addr_reg_needed_p (sparc_leaf_function_p))
5447 return_addr_reg_needed_p (int leaf_function) function
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 5464 return_addr_reg_needed_p (int leaf_function)
5494 if (regno == RETURN_ADDR_REGNUM && return_addr_reg_needed_p (leaf_function))
6193 if (return_addr_reg_needed_p (sparc_leaf_function_p))
6304 if (return_addr_reg_needed_p (sparc_leaf_function_p))
5454 return_addr_reg_needed_p (int leaf_function) function

Completed in 39 milliseconds