HomeSort by: relevance | last modified time | path
    Searched defs:bb_to_key (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 35 the one with the lowest key in the heap is selected first (see bb_to_key).
206 static long bb_to_key (basic_block);
287 bbd[e->dest->index].node = heap->insert (bb_to_key (e->dest), e->dest);
483 int key = bb_to_key (bb);
625 key = bb_to_key (e->dest);
805 key = bb_to_key (e->dest);
889 bb_to_key (basic_block bb)
888 bb_to_key (basic_block bb) function
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 35 the one with the lowest key in the heap is selected first (see bb_to_key).
206 static long bb_to_key (basic_block);
287 bbd[e->dest->index].node = heap->insert (bb_to_key (e->dest), e->dest);
483 int key = bb_to_key (bb);
625 key = bb_to_key (e->dest);
805 key = bb_to_key (e->dest);
889 bb_to_key (basic_block bb)
888 bb_to_key (basic_block bb) function

Completed in 39 milliseconds