Home
last modified time | relevance | path

Searched refs:basic_block_freq (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDbt-load.c113 static int basic_block_freq (basic_block);
181 basic_block_freq (basic_block bb) in basic_block_freq() function
313 this->cost = basic_block_freq (bb); in add_btr_def()
1176 def->cost = basic_block_freq (new_def_bb); in move_btr_def()
1333 def_basic_block_freq = basic_block_freq (def->bb); in migrate_btr_def()
1341 int try_freq = basic_block_freq (try); in migrate_btr_def()
1374 def_basic_block_freq = basic_block_freq (def->bb); in migrate_btr_def()
HDChangeLog-200445016 * bt-load.c (basic_block_freq): Remove outdated comment.