OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:path_out_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc
851
profile_count
path_out_count
= path_in_count;
local
879
if (cur_count <
path_out_count
)
880
path_out_count
= cur_count;
885
/* We computed
path_out_count
above assuming that this path targeted
896
So ensure that this path's
path_out_count
is at least the
900
&& has_joiner &&
path_out_count
< elast->count () - nonpath_count)
902
path_out_count
= elast->count () - nonpath_count;
906
if (
path_out_count
> min_path_count)
907
path_out_count
= min_path_count;
911
*path_out_count_ptr =
path_out_count
;
1021
profile_count
path_out_count
= profile_count::zero ();
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc
876
profile_count
path_out_count
= path_in_count;
local
904
if (cur_count <
path_out_count
)
905
path_out_count
= cur_count;
910
/* We computed
path_out_count
above assuming that this path targeted
921
So ensure that this path's
path_out_count
is at least the
925
&& has_joiner &&
path_out_count
< elast->count () - nonpath_count)
927
path_out_count
= elast->count () - nonpath_count;
931
if (
path_out_count
> min_path_count)
932
path_out_count
= min_path_count;
936
*path_out_count_ptr =
path_out_count
;
1046
profile_count
path_out_count
= profile_count::zero ();
local
[
all
...]
Completed in 116 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026