HomeSort by: relevance | last modified time | path
    Searched defs:alt_smaller (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 1811 tree alt_smaller = NULL_TREE; local
1858 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1866 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1902 alt_smaller = wide_int_to_tree (TREE_TYPE (op1), w2);
1910 alt_smaller = NULL_TREE;
1944 || (alt_smaller
1945 && operand_equal_for_phi_arg_p (arg_true, alt_smaller)))
1959 || (alt_smaller
1960 && operand_equal_for_phi_arg_p (arg_false, alt_smaller)))
2024 || (alt_smaller
    [all...]
tree-ssa-phiopt.cc 1811 tree alt_smaller = NULL_TREE; local
1858 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1866 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1902 alt_smaller = wide_int_to_tree (TREE_TYPE (op1), w2);
1910 alt_smaller = NULL_TREE;
1944 || (alt_smaller
1945 && operand_equal_for_phi_arg_p (arg_true, alt_smaller)))
1959 || (alt_smaller
1960 && operand_equal_for_phi_arg_p (arg_false, alt_smaller)))
2024 || (alt_smaller
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 1748 tree alt_smaller = NULL_TREE; local
1795 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1803 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1839 alt_smaller = wide_int_to_tree (TREE_TYPE (op1), w2);
1847 alt_smaller = NULL_TREE;
1887 || (alt_smaller
1888 && operand_equal_for_phi_arg_p (arg_true, alt_smaller)))
1902 || (alt_smaller
1903 && operand_equal_for_phi_arg_p (arg_false, alt_smaller)))
2000 || (alt_smaller
    [all...]
tree-ssa-phiopt.cc 1748 tree alt_smaller = NULL_TREE; local
1795 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1803 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt);
1839 alt_smaller = wide_int_to_tree (TREE_TYPE (op1), w2);
1847 alt_smaller = NULL_TREE;
1887 || (alt_smaller
1888 && operand_equal_for_phi_arg_p (arg_true, alt_smaller)))
1902 || (alt_smaller
1903 && operand_equal_for_phi_arg_p (arg_false, alt_smaller)))
2000 || (alt_smaller
    [all...]

Completed in 47 milliseconds