OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:profile_record
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfghooks.h
37
struct
profile_record
struct
201
void (*account_profile_record) (basic_block, struct
profile_record
*);
273
void profile_record_check_consistency (
profile_record
*);
274
void profile_record_account_profile (
profile_record
*);
passes.cc
1854
static struct
profile_record
*
profile_record
;
1867
if (!
profile_record
)
1868
profile_record
= XCNEWVEC (struct
profile_record
,
1871
profile_record
[index].run |= run;
1872
profile_record_check_consistency (&
profile_record
[index]);
1886
if (!
profile_record
)
1887
profile_record
= XCNEWVEC (struct
profile_record
,
1853
static struct
profile_record
*
profile_record
;
variable in typeref:struct:profile_record
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cfghooks.h
37
struct
profile_record
struct
201
void (*account_profile_record) (basic_block, struct
profile_record
*);
273
void profile_record_check_consistency (
profile_record
*);
274
void profile_record_account_profile (
profile_record
*);
passes.cc
1847
static struct
profile_record
*
profile_record
;
1860
if (!
profile_record
)
1861
profile_record
= XCNEWVEC (struct
profile_record
,
1864
profile_record
[index].run |= run;
1865
profile_record_check_consistency (&
profile_record
[index]);
1879
if (!
profile_record
)
1880
profile_record
= XCNEWVEC (struct
profile_record
,
1846
static struct
profile_record
*
profile_record
;
variable in typeref:struct:profile_record
[
all
...]
Completed in 19 milliseconds
Indexes created Thu Apr 09 00:23:28 UTC 2026