OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pos_counts
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
auto-profile.cc
279
position_count_map
pos_counts
;
member in class:autofdo::function_instance
570
position_count_map::const_iterator iter =
pos_counts
.find (loc);
571
if (iter ==
pos_counts
.end ())
582
position_count_map::iterator iter =
pos_counts
.find (loc);
583
if (iter ==
pos_counts
.end ())
661
s->
pos_counts
[offset].count = count;
669
s->
pos_counts
[offset].targets[target_idx] = gcov_read_counter ();
693
for (position_count_map::const_iterator iter =
pos_counts
.begin ();
694
iter !=
pos_counts
.end (); ++iter)
auto-profile.cc
279
position_count_map
pos_counts
;
member in class:autofdo::function_instance
570
position_count_map::const_iterator iter =
pos_counts
.find (loc);
571
if (iter ==
pos_counts
.end ())
582
position_count_map::iterator iter =
pos_counts
.find (loc);
583
if (iter ==
pos_counts
.end ())
661
s->
pos_counts
[offset].count = count;
669
s->
pos_counts
[offset].targets[target_idx] = gcov_read_counter ();
693
for (position_count_map::const_iterator iter =
pos_counts
.begin ();
694
iter !=
pos_counts
.end (); ++iter)
/src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc
277
position_count_map
pos_counts
;
member in class:autofdo::function_instance
569
position_count_map::const_iterator iter =
pos_counts
.find (loc);
570
if (iter ==
pos_counts
.end ())
581
position_count_map::iterator iter =
pos_counts
.find (loc);
582
if (iter ==
pos_counts
.end ())
660
s->
pos_counts
[offset].count = count;
668
s->
pos_counts
[offset].targets[target_idx] = gcov_read_counter ();
692
for (position_count_map::const_iterator iter =
pos_counts
.begin ();
693
iter !=
pos_counts
.end (); ++iter)
auto-profile.cc
277
position_count_map
pos_counts
;
member in class:autofdo::function_instance
569
position_count_map::const_iterator iter =
pos_counts
.find (loc);
570
if (iter ==
pos_counts
.end ())
581
position_count_map::iterator iter =
pos_counts
.find (loc);
582
if (iter ==
pos_counts
.end ())
660
s->
pos_counts
[offset].count = count;
668
s->
pos_counts
[offset].targets[target_idx] = gcov_read_counter ();
692
for (position_count_map::const_iterator iter =
pos_counts
.begin ();
693
iter !=
pos_counts
.end (); ++iter)
Completed in 102 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026