OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:direct_call
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
value-prof.cc
1308
gimple_ic (gcall *icall_stmt, struct cgraph_node *
direct_call
,
1331
tmp = fold_convert (ptr_type_node, build_addr (
direct_call
->decl));
1347
gimple_call_set_fndecl (dcall_stmt,
direct_call
->decl);
1348
dflags = flags_from_decl_or_type (
direct_call
->decl);
1449
struct cgraph_node *
direct_call
;
local
1476
direct_call
= find_func_by_profile_id ((int) val);
1478
if (
direct_call
== NULL)
1488
gimple_call_fn (stmt),
direct_call
->decl);
auto-profile.cc
1004
struct cgraph_node *
direct_call
= cgraph_node::get_for_asmname (
local
1006
if (
direct_call
== NULL || !
direct_call
->profile_id)
1022
hist->hvalue.counters[2] =
direct_call
->profile_id;
1033
if (
direct_call
== current_function_node)
1044
print_generic_expr (dump_file,
direct_call
->decl, TDF_SLIM);
1047
if (
direct_call
== NULL)
1053
if (DECL_STRUCT_FUNCTION (
direct_call
->decl) == NULL)
1069
= indirect_edge->make_speculative (
direct_call
,
/src/external/gpl3/gcc.old/dist/gcc/
value-prof.cc
1316
gimple_ic (gcall *icall_stmt, struct cgraph_node *
direct_call
,
1339
tmp = fold_convert (ptr_type_node, build_addr (
direct_call
->decl));
1355
gimple_call_set_fndecl (dcall_stmt,
direct_call
->decl);
1356
dflags = flags_from_decl_or_type (
direct_call
->decl);
1457
struct cgraph_node *
direct_call
;
local
1484
direct_call
= find_func_by_profile_id ((int) val);
1486
if (
direct_call
== NULL)
1496
gimple_call_fn (stmt),
direct_call
->decl);
auto-profile.cc
1003
struct cgraph_node *
direct_call
= cgraph_node::get_for_asmname (
local
1005
if (
direct_call
== NULL || !
direct_call
->profile_id)
1021
hist->hvalue.counters[2] =
direct_call
->profile_id;
1032
if (
direct_call
== current_function_node)
1043
print_generic_expr (dump_file,
direct_call
->decl, TDF_SLIM);
1046
if (
direct_call
== NULL)
1052
if (DECL_STRUCT_FUNCTION (
direct_call
->decl) == NULL)
1068
= indirect_edge->make_speculative (
direct_call
,
Completed in 17 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026