Searched refs:fibheap_extract_min (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dfibheap.h79 extern void *fibheap_extract_min (fibheap_t);
/freebsd-11-stable/contrib/gdb/include/
H A Dfibheap.h79 extern void *fibheap_extract_min PARAMS ((fibheap_t));
/freebsd-11-stable/contrib/binutils/include/
H A Dfibheap.h79 extern void *fibheap_extract_min (fibheap_t);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfibheap.c179 fibheap_extract_min (fibheap_t heap)
260 fibheap_extract_min (heap);
178 fibheap_extract_min (fibheap_t heap) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfibheap.c179 fibheap_extract_min (fibheap_t heap)
260 fibheap_extract_min (heap);
178 fibheap_extract_min (fibheap_t heap) function
/freebsd-11-stable/contrib/gcc/
H A Dtracer.c243 basic_block bb = fibheap_extract_min (heap);
H A Dipa-inline.c619 struct cgraph_edge *curr = fibheap_extract_min (heap);
752 while (overall_insns <= max_insns && (edge = fibheap_extract_min (heap)))
880 while ((edge = fibheap_extract_min (heap)) != NULL)
H A Dbt-load.c1441 btr_def def = fibheap_extract_min (all_btr_defs);
H A Dbb-reorder.c445 bb = fibheap_extract_min (*heap);
H A Dvar-tracking.c1867 bb = fibheap_extract_min (worklist);

Completed in 116 milliseconds