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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.cc 2281 && ultimate_alias_target () == this && only_called_directly_p ()))
3118 if (!only_called_directly_p ())
3133 && !next->only_called_directly_p ())
3166 cgraph_node::only_called_directly_p (void) function in class:cgraph_node
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.cc 2276 && ultimate_alias_target () == this && only_called_directly_p ()))
3059 if (!only_called_directly_p ())
3074 && !next->only_called_directly_p ())
3107 cgraph_node::only_called_directly_p (void) function in class:cgraph_node

Completed in 20 milliseconds