Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-split.cc117 static vec<split_bb_info> bb_info_vec; variable
1146 = bb_info_vec[dest->index].time; in find_split_points()
1148 = bb_info_vec[dest->index].size; in find_split_points()
1824 bb_info_vec.safe_grow_cleared (last_basic_block_for_fn (cfun) + 1, true); in execute_split_functions()
1871 bb_info_vec.release (); in execute_split_functions()
1879 bb_info_vec[bb->index].time = time; in execute_split_functions()
1880 bb_info_vec[bb->index].size = size; in execute_split_functions()
1891 bb_info_vec.release (); in execute_split_functions()