Home
last modified time | relevance | path

Searched refs:edge_freq (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbb-reorder.c894 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
896 if (edge_freq > priority) in bb_to_key()
897 priority = edge_freq; in bb_to_key()
1501 int edge_freq = EDGE_FREQUENCY (e); in sanitize_hot_paths() local
1502 if (edge_freq > highest_freq) in sanitize_hot_paths()
1503 highest_freq = edge_freq; in sanitize_hot_paths()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbb-reorder.c914 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
916 if (edge_freq > priority) in bb_to_key()
917 priority = edge_freq; in bb_to_key()
1521 int edge_freq = EDGE_FREQUENCY (e); in sanitize_hot_paths() local
1522 if (edge_freq > highest_freq) in sanitize_hot_paths()
1523 highest_freq = edge_freq; in sanitize_hot_paths()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbb-reorder.c914 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
916 if (edge_freq > priority) in bb_to_key()
917 priority = edge_freq; in bb_to_key()
1521 int edge_freq = EDGE_FREQUENCY (e); in sanitize_hot_paths() local
1522 if (edge_freq > highest_freq) in sanitize_hot_paths()
1523 highest_freq = edge_freq; in sanitize_hot_paths()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbb-reorder.c720 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
722 if (edge_freq > priority) in bb_to_key()
723 priority = edge_freq; in bb_to_key()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dbb-reorder.c720 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
722 if (edge_freq > priority) in bb_to_key()
723 priority = edge_freq; in bb_to_key()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbb-reorder.c828 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
830 if (edge_freq > priority) in bb_to_key()
831 priority = edge_freq; in bb_to_key()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbb-reorder.c890 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
892 if (edge_freq > priority) in bb_to_key()
893 priority = edge_freq; in bb_to_key()
H A Dtree-inline.c1680 int edge_freq = edge->frequency; in copy_bb() local
1693 && (edge_freq > edge->frequency + 10 in copy_bb()
1694 || edge_freq < edge->frequency - 10)) in copy_bb()
1698 edge_freq, in copy_bb()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbb-reorder.c890 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
892 if (edge_freq > priority) in bb_to_key()
893 priority = edge_freq; in bb_to_key()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c916 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
918 if (edge_freq > priority) in bb_to_key()
919 priority = edge_freq; in bb_to_key()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbb-reorder.c916 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
918 if (edge_freq > priority) in bb_to_key()
919 priority = edge_freq; in bb_to_key()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c916 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
918 if (edge_freq > priority) in bb_to_key()
919 priority = edge_freq; in bb_to_key()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c916 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
918 if (edge_freq > priority) in bb_to_key()
919 priority = edge_freq; in bb_to_key()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c916 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
918 if (edge_freq > priority) in bb_to_key()
919 priority = edge_freq; in bb_to_key()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dbb-reorder.c916 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
918 if (edge_freq > priority) in bb_to_key()
919 priority = edge_freq; in bb_to_key()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dbb-reorder.c915 int edge_freq = EDGE_FREQUENCY (e); in bb_to_key() local
917 if (edge_freq > priority) in bb_to_key()
918 priority = edge_freq; in bb_to_key()

12