Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvalue-prof.c1143 gimple_ic (gimple icall_stmt, struct cgraph_node *direct_call, in gimple_ic() argument
1165 tmp = fold_convert (optype, build_addr (direct_call->decl, in gimple_ic()
1178 gimple_call_set_fndecl (dcall_stmt, direct_call->decl); in gimple_ic()
1179 dflags = flags_from_decl_or_type (direct_call->decl); in gimple_ic()
1294 struct cgraph_node *direct_call; in gimple_ic_transform() local
1329 direct_call = find_func_by_funcdef_no ((int)val); in gimple_ic_transform()
1331 if (direct_call == NULL) in gimple_ic_transform()
1334 if (!check_ic_target (stmt, direct_call)) in gimple_ic_transform()
1337 modify = gimple_ic (stmt, direct_call, prob, count, all); in gimple_ic_transform()
1344 print_generic_expr (dump_file, direct_call->decl, TDF_SLIM); in gimple_ic_transform()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvalue-prof.c1296 gimple_ic (gcall *icall_stmt, struct cgraph_node *direct_call, in gimple_ic() argument
1325 tmp = fold_convert (optype, build_addr (direct_call->decl)); in gimple_ic()
1341 gimple_call_set_fndecl (dcall_stmt, direct_call->decl); in gimple_ic()
1342 dflags = flags_from_decl_or_type (direct_call->decl); in gimple_ic()
1496 struct cgraph_node *direct_call; in gimple_ic_transform() local
1531 direct_call = find_func_by_profile_id ((int)val); in gimple_ic_transform()
1533 if (direct_call == NULL) in gimple_ic_transform()
1547 if (!check_ic_target (stmt, direct_call)) in gimple_ic_transform()
1554 print_generic_expr (dump_file, direct_call->decl, TDF_SLIM); in gimple_ic_transform()
1567 print_generic_expr (dump_file, direct_call->decl, TDF_SLIM); in gimple_ic_transform()
H A Dauto-profile.c1030 struct cgraph_node *direct_call = cgraph_node::get_for_asmname ( in afdo_indirect_call() local
1038 print_generic_expr (dump_file, direct_call->decl, TDF_SLIM); in afdo_indirect_call()
1041 if (direct_call == NULL || !check_ic_target (stmt, direct_call)) in afdo_indirect_call()
1047 if (DECL_STRUCT_FUNCTION (direct_call->decl) == NULL) in afdo_indirect_call()
1063 = indirect_edge->make_speculative (direct_call, in afdo_indirect_call()