Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcgraphunit.c451 if (cfun != this_cfun) in cgraph_debug_gimple_stmt()
452 set_cfun (this_cfun); in cgraph_debug_gimple_stmt()
495 struct function *this_cfun = DECL_STRUCT_FUNCTION (node->decl); in verify_cgraph_node() local
546 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_cgraph_node()
715 if (this_cfun->cfg) in verify_cgraph_node()
722 FOR_EACH_BB_FN (this_block, this_cfun) in verify_cgraph_node()
737 cgraph_debug_gimple_stmt (this_cfun, stmt); in verify_cgraph_node()
757 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_cgraph_node()
764 cgraph_debug_gimple_stmt (this_cfun, stmt); in verify_cgraph_node()
782 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_cgraph_node()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcgraph.c3081 if (cfun != this_cfun) in cgraph_debug_gimple_stmt()
3082 set_cfun (this_cfun); in cgraph_debug_gimple_stmt()
3086 current_function_decl = this_cfun->decl; in cgraph_debug_gimple_stmt()
3140 function *this_cfun = DECL_STRUCT_FUNCTION (decl); in verify_node() local
3202 cgraph_debug_gimple_stmt (this_cfun, e->call_stmt); in verify_node()
3472 if (this_cfun->cfg) in verify_node()
3480 FOR_EACH_BB_FN (this_block, this_cfun) in verify_node()
3500 cgraph_debug_gimple_stmt (this_cfun, stmt); in verify_node()
3527 cgraph_debug_gimple_stmt (this_cfun, stmt); in verify_node()
3537 cgraph_debug_gimple_stmt (this_cfun, ref->stmt); in verify_node()
[all …]