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

/freebsd-11-stable/contrib/gcc/
H A Dbb-reorder.c25 (see function bb_to_key). Then the algorithm repeatedly adds the most
175 static fibheapkey_t bb_to_key (basic_block);
246 bbd[e->dest->index].node = fibheap_insert (heap, bb_to_key (e->dest),
460 int key = bb_to_key (bb);
562 key = bb_to_key (e->dest);
729 key = bb_to_key (e->dest);
810 bb_to_key (basic_block bb)
809 bb_to_key (basic_block bb) function

Completed in 112 milliseconds