Searched refs:FindClause (Results 1 – 2 of 2) sorted by relevance
251 const PC *FindClause(C type) { return FindClause(GetContext(), type); } in FindClause() function254 const PC *FindClause(DirectiveContext &context, C type) { in FindClause() function462 FindClause(clause)) { in CheckAllowed()472 if (FindClause(o)) { in CheckAllowed()
830 if (FindClause(llvm::omp::Clause::OMPC_depend)) { in ChecksOnOrderedAsBlock()884 FindClause(llvm::omp::Clause::OMPC_simd) && in ChecksOnOrderedAsBlock()1152 if (FindClause(llvm::omp::Clause::OMPC_threads) || in ChecksOnOrderedAsStandalone()1153 FindClause(llvm::omp::Clause::OMPC_simd)) { in ChecksOnOrderedAsStandalone()1210 if (FindClause(llvm::omp::Clause::OMPC_depend) && in ChecksOnOrderedAsStandalone()1263 if (FindClause(llvm::omp::Clause::OMPC_acquire) || in Leave()1264 FindClause(llvm::omp::Clause::OMPC_release) || in Leave()1265 FindClause(llvm::omp::Clause::OMPC_acq_rel)) { in Leave()1675 if (FindClause(llvm::omp::Clause::OMPC_ordered)) { in Leave()1689 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_ordered)}) { in Leave()[all …]