Home
last modified time | relevance | path

Searched refs:exec_counts (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dprofile.c505 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
524 if (exec_counts) in read_profile_edge_counts()
526 e->count = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
609 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
618 exec_counts = NULL; in compute_branch_probabilities()
624 exec_counts = NULL; in compute_branch_probabilities()
646 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dprofile.c505 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
524 if (exec_counts) in read_profile_edge_counts()
526 e->count = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
609 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
618 exec_counts = NULL; in compute_branch_probabilities()
624 exec_counts = NULL; in compute_branch_probabilities()
646 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dprofile.c427 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
446 if (exec_counts) in read_profile_edge_counts()
448 e->count = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
532 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
542 exec_counts = NULL; in compute_branch_probabilities()
564 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dprofile.c426 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
445 if (exec_counts) in read_profile_edge_counts()
447 e->count = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
531 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
541 exec_counts = NULL; in compute_branch_probabilities()
563 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dprofile.c427 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
446 if (exec_counts) in read_profile_edge_counts()
448 e->count = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
532 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
542 exec_counts = NULL; in compute_branch_probabilities()
564 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile.c422 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
441 if (exec_counts) in read_profile_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
495 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
512 exec_counts = NULL; in compute_branch_probabilities()
534 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dprofile.c349 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
368 if (exec_counts) in read_profile_edge_counts()
369 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
405 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
438 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
701 if (exec_counts) in compute_branch_probabilities()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dprofile.c422 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
441 if (exec_counts) in read_profile_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
495 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
512 exec_counts = NULL; in compute_branch_probabilities()
534 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile.c422 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
441 if (exec_counts) in read_profile_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
495 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
512 exec_counts = NULL; in compute_branch_probabilities()
534 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dprofile.c422 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
441 if (exec_counts) in read_profile_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
495 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
512 exec_counts = NULL; in compute_branch_probabilities()
534 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dprofile.c422 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
441 if (exec_counts) in read_profile_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
495 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
512 exec_counts = NULL; in compute_branch_probabilities()
534 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dprofile.c349 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
368 if (exec_counts) in read_profile_edge_counts()
369 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
405 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
438 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
701 if (exec_counts) in compute_branch_probabilities()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dprofile.c349 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
368 if (exec_counts) in read_profile_edge_counts()
369 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
405 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
438 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
701 if (exec_counts) in compute_branch_probabilities()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dprofile.c422 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
441 if (exec_counts) in read_profile_edge_counts()
443 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
495 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
512 exec_counts = NULL; in compute_branch_probabilities()
534 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dprofile.c348 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
367 if (exec_counts) in read_profile_edge_counts()
368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
404 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
437 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
711 if (exec_counts in compute_branch_probabilities()
H A DChangeLog-20182040 * profile.c (compute_branch_probabilities): Rely on exec_counts instead
2043 profile_info. Done above based on exec_counts.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dprofile.c348 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
367 if (exec_counts) in read_profile_edge_counts()
368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
404 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
437 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
711 if (exec_counts in compute_branch_probabilities()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dprofile.c348 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
367 if (exec_counts) in read_profile_edge_counts()
368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
404 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
437 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
711 if (exec_counts in compute_branch_probabilities()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dprofile.c348 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
367 if (exec_counts) in read_profile_edge_counts()
368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
404 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
437 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
711 if (exec_counts in compute_branch_probabilities()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dprofile.c348 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
367 if (exec_counts) in read_profile_edge_counts()
368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
404 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
437 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
711 if (exec_counts in compute_branch_probabilities()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dprofile.c348 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
367 if (exec_counts) in read_profile_edge_counts()
368 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
404 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
437 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
711 if (exec_counts in compute_branch_probabilities()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dprofile.c279 gcov_type *exec_counts = get_exec_counts (); in compute_branch_probabilities() local
288 exec_counts = NULL; in compute_branch_probabilities()
294 exec_counts = NULL; in compute_branch_probabilities()
333 if (exec_counts) in compute_branch_probabilities()
335 e->count = exec_counts[exec_counts_pos++]; in compute_branch_probabilities()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dprofile.c350 read_profile_edge_counts (gcov_type *exec_counts) in read_profile_edge_counts() argument
369 if (exec_counts) in read_profile_edge_counts()
370 edge_gcov_count (e) = exec_counts[exec_counts_pos++]; in read_profile_edge_counts()
430 gcov_type *exec_counts = get_exec_counts (cfg_checksum, lineno_checksum); in compute_branch_probabilities() local
463 num_edges = read_profile_edge_counts (exec_counts); in compute_branch_probabilities()
737 if (exec_counts in compute_branch_probabilities()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprofile.c280 gcov_type *exec_counts = get_exec_counts (); in compute_branch_probabilities() local
289 exec_counts = NULL; in compute_branch_probabilities()
295 exec_counts = NULL; in compute_branch_probabilities()
331 if (exec_counts) in compute_branch_probabilities()
333 e->count = exec_counts[exec_counts_pos++]; in compute_branch_probabilities()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprofile.c280 gcov_type *exec_counts = get_exec_counts (); in compute_branch_probabilities() local
289 exec_counts = NULL; in compute_branch_probabilities()
295 exec_counts = NULL; in compute_branch_probabilities()
331 if (exec_counts) in compute_branch_probabilities()
333 e->count = exec_counts[exec_counts_pos++]; in compute_branch_probabilities()

12