Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbb-reorder.cc206 static long bb_to_key (basic_block);
286 bbd[e->dest->index].node = heap->insert (bb_to_key (e->dest), e->dest); in find_traces()
482 int key = bb_to_key (bb); in find_traces_1_round()
624 key = bb_to_key (e->dest); in find_traces_1_round()
804 key = bb_to_key (e->dest); in find_traces_1_round()
888 bb_to_key (basic_block bb) in bb_to_key() function
H A DChangeLog-201210700 (bb_to_key): Use bb->index as key when optimizing for size.
12673 * bb-reorder.c (bb_to_key): Pass cfun to probably_never_executed_bb_p.
H A DChangeLog-200410685 (bb_to_key): Likewise.
36227 (bb_to_key): Add code to correctly identify cold blocks when
H A DChangeLog-201631775 (bb_to_key): Use cached priority when available.
H A DChangeLog-200333144 (bb_to_key): New function.
H A DChangeLog-20136130 (bb_to_key): Remove usage of ENTRY_BLOCK_PTR macro.
H A DChangeLog-20178502 (bb_to_key): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbb-reorder.c206 static long bb_to_key (basic_block);
286 bbd[e->dest->index].node = heap->insert (bb_to_key (e->dest), e->dest); in find_traces()
482 int key = bb_to_key (bb); in find_traces_1_round()
624 key = bb_to_key (e->dest); in find_traces_1_round()
804 key = bb_to_key (e->dest); in find_traces_1_round()
888 bb_to_key (basic_block bb) in bb_to_key() function