HomeSort by: relevance | last modified time | path
    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