Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h580 auto dirParallel = findDirective(llvm::omp::OMPD_parallel); in applyClause() local
581 if (dirParallel != nullptr) { in applyClause()
583 dirParallel->clauses.push_back(node); in applyClause()
590 dirParallel->clauses.push_back(shared); in applyClause()
678 if (auto dirParallel = findDirective(llvm::omp::OMPD_parallel)) { in applyClause() local
682 dirParallel->clauses.push_back(shared); in applyClause()
842 auto dirParallel = findDirective(llvm::omp::Directive::OMPD_parallel); in applyClause() local
843 if (dirParallel) { in applyClause()
912 if (!applyToParallel && &leaf == dirParallel) in applyClause()
941 if (dirParallel && !applyToParallel) { in applyClause()
[all …]