Searched refs:bb_heap_t (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bb-reorder.cc | 144 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef 167 bb_heap_t *heap; 204 int, bb_heap_t **, int); 273 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces() 451 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() 455 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round() 645 bb_heap_t *which_heap = *heap; in find_traces_1_round()
|
H A D | var-tracking.cc | 120 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef 7068 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations() 7069 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bb-reorder.c | 144 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef 167 bb_heap_t *heap; 204 int, bb_heap_t **, int); 273 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces() 451 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round() 455 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round() 645 bb_heap_t *which_heap = *heap; in find_traces_1_round()
|
H A D | var-tracking.c | 120 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef 7062 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations() 7063 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
|