Home
last modified time | relevance | path

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

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-ccp.c616 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
637 has_undefined_operand = false; in likely_value()
644 has_undefined_operand = true; in likely_value()
668 if (has_undefined_operand in likely_value()
678 has_undefined_operand = false; in likely_value()
687 if (has_undefined_operand && all_undefined_operands) in likely_value()
689 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
717 if (has_undefined_operand) in likely_value()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-ccp.c645 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
667 has_undefined_operand = false; in likely_value()
675 has_undefined_operand = true; in likely_value()
703 if (has_undefined_operand in likely_value()
713 has_undefined_operand = false; in likely_value()
722 if (has_undefined_operand && all_undefined_operands) in likely_value()
724 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
754 if (has_undefined_operand) in likely_value()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-ccp.c645 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
667 has_undefined_operand = false; in likely_value()
675 has_undefined_operand = true; in likely_value()
703 if (has_undefined_operand in likely_value()
713 has_undefined_operand = false; in likely_value()
722 if (has_undefined_operand && all_undefined_operands) in likely_value()
724 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
754 if (has_undefined_operand) in likely_value()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-ccp.c577 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
598 has_undefined_operand = false; in likely_value()
605 has_undefined_operand = true; in likely_value()
632 if (has_undefined_operand && all_undefined_operands) in likely_value()
634 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
662 if (has_undefined_operand) in likely_value()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-ccp.c577 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
598 has_undefined_operand = false; in likely_value()
605 has_undefined_operand = true; in likely_value()
632 if (has_undefined_operand && all_undefined_operands) in likely_value()
634 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
662 if (has_undefined_operand) in likely_value()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-ccp.c699 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
721 has_undefined_operand = false; in likely_value()
729 has_undefined_operand = true; in likely_value()
757 if (has_undefined_operand in likely_value()
767 has_undefined_operand = false; in likely_value()
776 if (has_undefined_operand && all_undefined_operands) in likely_value()
778 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
808 if (has_undefined_operand) in likely_value()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-ccp.c669 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
691 has_undefined_operand = false; in likely_value()
699 has_undefined_operand = true; in likely_value()
727 if (has_undefined_operand in likely_value()
737 has_undefined_operand = false; in likely_value()
746 if (has_undefined_operand && all_undefined_operands) in likely_value()
748 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
778 if (has_undefined_operand) in likely_value()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-ccp.c699 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
721 has_undefined_operand = false; in likely_value()
729 has_undefined_operand = true; in likely_value()
757 if (has_undefined_operand in likely_value()
767 has_undefined_operand = false; in likely_value()
776 if (has_undefined_operand && all_undefined_operands) in likely_value()
778 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
808 if (has_undefined_operand) in likely_value()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-ccp.c669 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
691 has_undefined_operand = false; in likely_value()
699 has_undefined_operand = true; in likely_value()
727 if (has_undefined_operand in likely_value()
737 has_undefined_operand = false; in likely_value()
746 if (has_undefined_operand && all_undefined_operands) in likely_value()
748 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
778 if (has_undefined_operand) in likely_value()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-ccp.c669 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
691 has_undefined_operand = false; in likely_value()
699 has_undefined_operand = true; in likely_value()
727 if (has_undefined_operand in likely_value()
737 has_undefined_operand = false; in likely_value()
746 if (has_undefined_operand && all_undefined_operands) in likely_value()
748 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
778 if (has_undefined_operand) in likely_value()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-ccp.c696 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
718 has_undefined_operand = false; in likely_value()
726 has_undefined_operand = true; in likely_value()
754 if (has_undefined_operand in likely_value()
764 has_undefined_operand = false; in likely_value()
773 if (has_undefined_operand && all_undefined_operands) in likely_value()
775 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
805 if (has_undefined_operand) in likely_value()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-ccp.c668 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
690 has_undefined_operand = false; in likely_value()
698 has_undefined_operand = true; in likely_value()
726 if (has_undefined_operand in likely_value()
736 has_undefined_operand = false; in likely_value()
745 if (has_undefined_operand && all_undefined_operands) in likely_value()
747 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
777 if (has_undefined_operand) in likely_value()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-ccp.c669 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
691 has_undefined_operand = false; in likely_value()
699 has_undefined_operand = true; in likely_value()
727 if (has_undefined_operand in likely_value()
737 has_undefined_operand = false; in likely_value()
746 if (has_undefined_operand && all_undefined_operands) in likely_value()
748 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
778 if (has_undefined_operand) in likely_value()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-ccp.c669 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
691 has_undefined_operand = false; in likely_value()
699 has_undefined_operand = true; in likely_value()
727 if (has_undefined_operand in likely_value()
737 has_undefined_operand = false; in likely_value()
746 if (has_undefined_operand && all_undefined_operands) in likely_value()
748 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
778 if (has_undefined_operand) in likely_value()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-ccp.c699 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
721 has_undefined_operand = false; in likely_value()
729 has_undefined_operand = true; in likely_value()
757 if (has_undefined_operand in likely_value()
767 has_undefined_operand = false; in likely_value()
776 if (has_undefined_operand && all_undefined_operands) in likely_value()
778 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
808 if (has_undefined_operand) in likely_value()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-ccp.c669 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
691 has_undefined_operand = false; in likely_value()
699 has_undefined_operand = true; in likely_value()
727 if (has_undefined_operand in likely_value()
737 has_undefined_operand = false; in likely_value()
746 if (has_undefined_operand && all_undefined_operands) in likely_value()
748 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
778 if (has_undefined_operand) in likely_value()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-ccp.c699 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
721 has_undefined_operand = false; in likely_value()
729 has_undefined_operand = true; in likely_value()
757 if (has_undefined_operand in likely_value()
767 has_undefined_operand = false; in likely_value()
776 if (has_undefined_operand && all_undefined_operands) in likely_value()
778 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
808 if (has_undefined_operand) in likely_value()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-ccp.c699 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
721 has_undefined_operand = false; in likely_value()
729 has_undefined_operand = true; in likely_value()
757 if (has_undefined_operand in likely_value()
767 has_undefined_operand = false; in likely_value()
776 if (has_undefined_operand && all_undefined_operands) in likely_value()
778 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
808 if (has_undefined_operand) in likely_value()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-ccp.c668 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
690 has_undefined_operand = false; in likely_value()
698 has_undefined_operand = true; in likely_value()
726 if (has_undefined_operand in likely_value()
736 has_undefined_operand = false; in likely_value()
745 if (has_undefined_operand && all_undefined_operands) in likely_value()
747 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
777 if (has_undefined_operand) in likely_value()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-ccp.c668 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
690 has_undefined_operand = false; in likely_value()
698 has_undefined_operand = true; in likely_value()
726 if (has_undefined_operand in likely_value()
736 has_undefined_operand = false; in likely_value()
745 if (has_undefined_operand && all_undefined_operands) in likely_value()
747 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
777 if (has_undefined_operand) in likely_value()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-ccp.c699 bool has_constant_operand, has_undefined_operand, all_undefined_operands; in likely_value() local
721 has_undefined_operand = false; in likely_value()
729 has_undefined_operand = true; in likely_value()
757 if (has_undefined_operand in likely_value()
767 has_undefined_operand = false; in likely_value()
776 if (has_undefined_operand && all_undefined_operands) in likely_value()
778 else if (code == GIMPLE_ASSIGN && has_undefined_operand) in likely_value()
808 if (has_undefined_operand) in likely_value()