OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:predictable_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
targhooks.cc
2622
bool
predictable_p
= predictable_edge_p (e);
local
2624
if (
predictable_p
)
2635
return BRANCH_COST (true,
predictable_p
) * COSTS_N_INSNS (3);
/src/external/gpl3/gcc.old/dist/gcc/
targhooks.cc
2476
bool
predictable_p
= predictable_edge_p (e);
local
2478
if (
predictable_p
)
2489
return BRANCH_COST (true,
predictable_p
) * COSTS_N_INSNS (3);
Completed in 24 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026