Home
last modified time | relevance | path

Searched refs:bb_heap_t (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbb-reorder.c142 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
165 bb_heap_t *heap;
206 int, bb_heap_t **, int);
279 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
464 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
468 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
643 bb_heap_t *which_heap = *heap; in find_traces_1_round()
H A Dvar-tracking.c118 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
7002 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations()
7003 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbb-reorder.c142 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
165 bb_heap_t *heap;
206 int, bb_heap_t **, int);
279 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
464 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
468 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
643 bb_heap_t *which_heap = *heap; in find_traces_1_round()
H A Dvar-tracking.c118 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
7002 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations()
7003 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c145 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
168 bb_heap_t *heap;
205 int, bb_heap_t **, int);
274 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
456 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
646 bb_heap_t *which_heap = *heap; in find_traces_1_round()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dbb-reorder.c144 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 Dvar-tracking.c120 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()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbb-reorder.c144 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()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbb-reorder.c145 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
168 bb_heap_t *heap;
205 int, bb_heap_t **, int);
274 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
456 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
646 bb_heap_t *which_heap = *heap; in find_traces_1_round()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbb-reorder.c144 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 Dvar-tracking.c120 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
7069 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations()
7070 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dbb-reorder.c144 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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c145 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
168 bb_heap_t *heap;
205 int, bb_heap_t **, int);
274 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
456 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
646 bb_heap_t *which_heap = *heap; in find_traces_1_round()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c145 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
168 bb_heap_t *heap;
205 int, bb_heap_t **, int);
274 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
456 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
646 bb_heap_t *which_heap = *heap; in find_traces_1_round()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c145 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
168 bb_heap_t *heap;
205 int, bb_heap_t **, int);
274 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
456 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
646 bb_heap_t *which_heap = *heap; in find_traces_1_round()
H A Dvar-tracking.c119 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
7058 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations()
7059 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dbb-reorder.c144 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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbb-reorder.c144 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()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dbb-reorder.c144 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 Dvar-tracking.c120 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
7061 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations()
7062 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dbb-reorder.c145 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
168 bb_heap_t *heap;
205 int, bb_heap_t **, int);
274 bb_heap_t *heap = new bb_heap_t (LONG_MIN); in find_traces()
452 bb_heap_t **heap, int number_of_rounds) in find_traces_1_round()
456 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round()
646 bb_heap_t *which_heap = *heap; in find_traces_1_round()
H A Dvar-tracking.c119 typedef fibonacci_heap <long, basic_block_def> bb_heap_t; typedef
7058 bb_heap_t *worklist = new bb_heap_t (LONG_MIN); in vt_find_locations()
7059 bb_heap_t *pending = new bb_heap_t (LONG_MIN); in vt_find_locations()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbb-reorder.c144 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()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dbb-reorder.c144 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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dbb-reorder.c144 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()

12