Searched refs:sanitize_hot_paths (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bb-reorder.cc | 1548 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() function 1710 cold_bb_count = sanitize_hot_paths (true, cold_bb_count, in find_rarely_executed_basic_blocks_and_crossing_edges() 1713 sanitize_hot_paths (false, cold_bb_count, &bbs_in_hot_partition); in find_rarely_executed_basic_blocks_and_crossing_edges()
|
H A D | ChangeLog-2017 | 7005 (sanitize_hot_paths): Update comments. 8506 (sanitize_hot_paths): Likewise. 10887 (sanitize_hot_paths): Update. 23296 * bb-reorder.c (sanitize_hot_paths): Do not consider known to be 25914 (sanitize_hot_paths): Update. 28830 (sanitize_hot_paths):Update.
|
H A D | ChangeLog-2013 | 21043 * bb-reorder.c (sanitize_hot_paths): New function. 21045 sanitize_hot_paths.
|
H A D | ChangeLog-2018 | 24193 * bb-reorder.c (sanitize_hot_paths): Release hot_bbs_to_check.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bb-reorder.c | 1548 sanitize_hot_paths (bool walk_up, unsigned int cold_bb_count, in sanitize_hot_paths() function 1710 cold_bb_count = sanitize_hot_paths (true, cold_bb_count, in find_rarely_executed_basic_blocks_and_crossing_edges() 1713 sanitize_hot_paths (false, cold_bb_count, &bbs_in_hot_partition); in find_rarely_executed_basic_blocks_and_crossing_edges()
|