Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbb-reorder.c1552 vec<basic_block> hot_bbs_to_check = bbs_in_hot_partition->copy (); in sanitize_hot_paths() local
1553 while (! hot_bbs_to_check.is_empty () in sanitize_hot_paths()
1556 basic_block bb = hot_bbs_to_check.pop (); in sanitize_hot_paths()
1635 hot_bbs_to_check.safe_push (reach_bb); in sanitize_hot_paths()
1638 hot_bbs_to_check.release (); in sanitize_hot_paths()