Lines Matching refs:FindClause
830 if (FindClause(llvm::omp::Clause::OMPC_depend)) { in ChecksOnOrderedAsBlock()
858 FindClause(dirContext_[i], llvm::omp::Clause::OMPC_ordered)}) { 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()
1199 FindClause(GetContextParent(), llvm::omp::Clause::OMPC_ordered)}) { 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()
1670 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_schedule)}) { in Leave()
1675 if (FindClause(llvm::omp::Clause::OMPC_ordered)) { in Leave()
1689 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_ordered)}) { in Leave()
1698 if (auto *clause2{FindClause(llvm::omp::Clause::OMPC_collapse)}) { in Leave()
1721 if (auto *clause{FindClause(llvm::omp::Clause::OMPC_simdlen)}) { in Leave()
1722 if (auto *clause2{FindClause(llvm::omp::Clause::OMPC_safelen)}) { in Leave()
2196 if (const auto *clause{FindClause(llvm::omp::Clause::OMPC_acquire)}) { in Leave()
2200 if (const auto *clause{FindClause(llvm::omp::Clause::OMPC_acq_rel)}) { in Leave()