Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/
Dbfin.cc1810 cgraph_node *this_func, *called_func; in bfin_function_ok_for_sibcall() local
1826 this_func = cgraph_node::local_info_node (current_function_decl); in bfin_function_ok_for_sibcall()
1830 return !called_func->local || this_func->local; in bfin_function_ok_for_sibcall()