Home
last modified time | relevance | path

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

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple-ssa-strength-reduction.c1948 int local_cost, sib_cost; in lowest_cost_path() local
1964 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
1966 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple-ssa-strength-reduction.c1933 int local_cost, sib_cost; in lowest_cost_path() local
1949 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
1951 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple-ssa-strength-reduction.c2734 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2762 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
2765 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c2717 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2745 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
2748 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c2717 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
2745 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
2748 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-strength-reduction.c2985 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3016 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2987 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3018 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-ssa-strength-reduction.c2986 int local_cost, sib_cost, savings = 0; in lowest_cost_path() local
3014 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3017 local_cost = MIN (local_cost, sib_cost); in lowest_cost_path()