Searched refs:min_key (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fibonacci_heap.cc | 75 ASSERT_EQ (0, h1->min_key ()); in test_basic_heap_operations() 82 ASSERT_EQ ((int)i, h1->min_key ()); in test_basic_heap_operations() 126 ASSERT_EQ (N, heap->min_key ()); in test_replace_key() 133 ASSERT_EQ (100 * 1000 + N - 1, heap->min_key ()); in test_replace_key() 153 ASSERT_EQ (0, heap->min_key ()); in test_duplicate_keys() 161 ASSERT_EQ (3, heap->min_key ()); in test_duplicate_keys() 188 ASSERT_EQ (i, union_heap->min_key ()); in test_union() 217 ASSERT_EQ (i, union_heap->min_key ()); in test_union_of_equal_heaps() 266 ASSERT_EQ (1000, heap->min_key ().key); in test_struct_key() 270 ASSERT_EQ (10, heap->min_key ().key); in test_struct_key()
|
| D | fibonacci_heap.h | 196 K min_key () const in min_key() function
|
| D | ipa-inline.cc | 2091 sreal badness = edge_heap.min_key (); in inline_small_functions() 2144 if (edge_heap.min () && current_badness > edge_heap.min_key ()) in inline_small_functions()
|
| D | ChangeLog-2019 | 12787 (fibonacci_heap::min_key): Likewise.
|
| D | ChangeLog-2014 | 5458 (fibonacci_heap::min_key): Created from fibheap_min_key.
|