Searched refs:adjust_bool_pattern (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-patterns.c | 1967 adjust_bool_pattern (tree var, tree out_type, tree trueval, in adjust_bool_pattern() function 1984 irhs1 = adjust_bool_pattern (rhs1, out_type, NULL_TREE, stmts); in adjust_bool_pattern() 1993 irhs1 = adjust_bool_pattern (rhs1, out_type, NULL_TREE, stmts); in adjust_bool_pattern() 2040 irhs1 = adjust_bool_pattern (rhs1, out_type, NULL_TREE, stmts); in adjust_bool_pattern() 2046 irhs2 = adjust_bool_pattern (rhs2, out_type, irhs1, stmts); in adjust_bool_pattern() 2057 irhs2 = adjust_bool_pattern (rhs2, out_type, NULL_TREE, stmts); in adjust_bool_pattern() 2065 irhs2 = adjust_bool_pattern (rhs2, out_type, NULL_TREE, stmts); in adjust_bool_pattern() 2071 irhs1 = adjust_bool_pattern (rhs1, out_type, irhs2, stmts); in adjust_bool_pattern() 2082 irhs1 = adjust_bool_pattern (rhs1, out_type, NULL_TREE, stmts); in adjust_bool_pattern() 2088 irhs1 = adjust_bool_pattern (rhs1, out_type, NULL_TREE, stmts); in adjust_bool_pattern() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-patterns.c | 3332 adjust_bool_pattern (tree var, tree out_type, in adjust_bool_pattern() function 3534 adjust_bool_pattern (gimple_assign_lhs (bool_stmts[i]), in adjust_bool_stmts()
|