Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dbb-reorder.c904 int current_partition; in connect_traces() local
917 current_partition = BB_PARTITION (traces[0].first); in connect_traces()
939 if (current_partition == BB_HOT_PARTITION) in connect_traces()
940 current_partition = BB_COLD_PARTITION; in connect_traces()
942 current_partition = BB_HOT_PARTITION; in connect_traces()
949 && BB_PARTITION (traces[t].first) != current_partition) in connect_traces()
969 && (BB_PARTITION (e->src) == current_partition) in connect_traces()
1015 && (BB_PARTITION (e->dest) == current_partition) in connect_traces()
1076 && (BB_PARTITION (e2->dest) == current_partition) in connect_traces()
1862 int current_partition = 0; in verify_hot_cold_block_grouping() local
[all …]