Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcgraph.cc3216 cgraph_debug_gimple_stmt (function *this_cfun, gimple *stmt) in cgraph_debug_gimple_stmt() function
3543 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_node()
3797 cgraph_debug_gimple_stmt (this_cfun, stmt); in verify_node()
3817 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_node()
3824 cgraph_debug_gimple_stmt (this_cfun, stmt); in verify_node()
3834 cgraph_debug_gimple_stmt (this_cfun, ref->stmt); in verify_node()
3849 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_node()
3860 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_node()
DChangeLog-20124746 * cgraph.c (cgraph_debug_gimple_stmt): Handle a null
27068 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
27077 (clone_of_p, verify_edge_count_and_frequency, cgraph_debug_gimple_stmt,
DChangeLog-201137164 * cgraphunit.c (cgraph_debug_gimple_stmt): New function.
37166 cgraph_debug_gimple_stmt instead of debug_gimple_stmt.