Searched refs:after_pass (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfghooks.c1421 account_profile_record (struct profile_record *record, int after_pass) argument
1438 record->num_mismatched_freq_out[after_pass]++;
1444 record->num_mismatched_count_out[after_pass]++;
1455 record->num_mismatched_freq_in[after_pass]++;
1460 record->num_mismatched_count_in[after_pass]++;
1466 cfg_hooks->account_profile_record (bb, after_pass, record);
H A Dcfgrtl.c5095 rtl_account_profile_record (basic_block bb, int after_pass,
5102 record->size[after_pass]
5105 record->time[after_pass]
5108 record->time[after_pass]
5072 rtl_account_profile_record(basic_block bb, int after_pass, struct profile_record *record) argument
H A Dtree-cfg.c8149 gimple_account_profile_record (basic_block bb, int after_pass, argument
8155 record->size[after_pass]
8158 record->time[after_pass]
8162 record->time[after_pass]

Completed in 84 milliseconds