Home
last modified time | relevance | path

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

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-ivopts.c1403 struct iv *var_iv, *civ; in find_interesting_uses_cond() local
1405 if (!extract_cond_operands (data, stmt, &var_p, &bound_p, &var_iv, NULL)) in find_interesting_uses_cond()
1413 *civ = *var_iv; in find_interesting_uses_cond()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-ivopts.c1356 struct iv *var_iv, *civ; in find_interesting_uses_cond() local
1358 if (!extract_cond_operands (data, stmt, &var_p, &bound_p, &var_iv, NULL)) in find_interesting_uses_cond()
1366 *civ = *var_iv; in find_interesting_uses_cond()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-ivopts.c1356 struct iv *var_iv, *civ; in find_interesting_uses_cond() local
1358 if (!extract_cond_operands (data, stmt, &var_p, &bound_p, &var_iv, NULL)) in find_interesting_uses_cond()
1366 *civ = *var_iv; in find_interesting_uses_cond()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c1575 struct iv *var_iv; in find_interesting_uses_cond() local
1577 if (!extract_cond_operands (data, stmt, &var_p, &bound_p, &var_iv, NULL)) in find_interesting_uses_cond()
1584 record_use (data, NULL, var_iv, stmt, USE_COMPARE); in find_interesting_uses_cond()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivopts.c1784 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1788 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1796 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c1781 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1785 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1793 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c1781 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1785 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1793 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-ivopts.c1794 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1798 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1806 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c1781 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1785 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1793 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c1781 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1785 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1793 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c1575 struct iv *var_iv; in find_interesting_uses_cond() local
1577 if (!extract_cond_operands (data, stmt, &var_p, &bound_p, &var_iv, NULL)) in find_interesting_uses_cond()
1584 record_use (data, NULL, var_iv, stmt, USE_COMPARE); in find_interesting_uses_cond()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c1771 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1775 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1783 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c1794 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1798 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1806 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-ivopts.c1781 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1785 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1793 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-ivopts.c1769 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1773 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1781 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-ivopts.c1771 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1775 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1783 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-ivopts.c1771 struct iv *var_iv, *bound_iv;
1775 &var_p, &bound_p, &var_iv, &bound_iv);
1783 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c1771 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1775 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1783 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c1771 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1775 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1783 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-ivopts.c1771 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1775 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1783 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-ivopts.c1771 struct iv *var_iv, *bound_iv; in find_interesting_uses_cond() local
1775 &var_p, &bound_p, &var_iv, &bound_iv); in find_interesting_uses_cond()
1783 record_group_use (data, var_p, var_iv, stmt, USE_COMPARE, NULL_TREE); in find_interesting_uses_cond()