Home
last modified time | relevance | path

Searched refs:new_clause (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-predicate.c72 predicate::add_clause (conditions conditions, clause_t new_clause) in add_clause() argument
80 if (!new_clause) in add_clause()
84 if (new_clause == (1 << predicate::false_condition)) in add_clause()
93 gcc_checking_assert (!(new_clause & (1 << predicate::false_condition))); in add_clause()
106 if ((m_clause[i] & new_clause) == m_clause[i]) in add_clause()
114 if (m_clause[i] < new_clause && insert_here < 0) in add_clause()
119 if ((m_clause[i] & new_clause) != new_clause) in add_clause()
130 if (!(new_clause & (1 << c1))) in add_clause()
138 if (new_clause & (1 << c2)) in add_clause()
167 m_clause[insert_here] = new_clause; in add_clause()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-predicate.cc72 ipa_predicate::add_clause (conditions conditions, clause_t new_clause) in add_clause() argument
80 if (!new_clause) in add_clause()
84 if (new_clause == (1 << ipa_predicate::false_condition)) in add_clause()
93 gcc_checking_assert (!(new_clause & (1 << ipa_predicate::false_condition))); in add_clause()
106 if ((m_clause[i] & new_clause) == m_clause[i]) in add_clause()
114 if (m_clause[i] < new_clause && insert_here < 0) in add_clause()
119 if ((m_clause[i] & new_clause) != new_clause) in add_clause()
130 if (!(new_clause & (1 << c1))) in add_clause()
138 if (new_clause & (1 << c2)) in add_clause()
167 m_clause[insert_here] = new_clause; in add_clause()
H A Domp-oacc-kernels-decompose.cc844 tree new_clause = build_omp_clause (loc, OMP_CLAUSE_MAP); in maybe_build_inner_data_region() local
845 OMP_CLAUSE_SET_MAP_KIND (new_clause, GOMP_MAP_ALLOC); in maybe_build_inner_data_region()
846 OMP_CLAUSE_DECL (new_clause) = v; in maybe_build_inner_data_region()
847 OMP_CLAUSE_SIZE (new_clause) = DECL_SIZE_UNIT (v); in maybe_build_inner_data_region()
848 OMP_CLAUSE_CHAIN (new_clause) = inner_data_clauses; in maybe_build_inner_data_region()
849 inner_data_clauses = new_clause; in maybe_build_inner_data_region()
857 OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSABLE (new_clause) = 1; in maybe_build_inner_data_region()
1464 tree new_clause = build_omp_clause (OMP_CLAUSE_LOCATION (c), in omp_oacc_kernels_decompose_1() local
1466 OMP_CLAUSE_SET_MAP_KIND (new_clause, map_kind); in omp_oacc_kernels_decompose_1()
1469 OMP_CLAUSE_DECL (new_clause) = unshare_expr (decl); in omp_oacc_kernels_decompose_1()
[all …]