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.h575 auto dirParallel = findDirective(llvm::omp::OMPD_parallel); in applyClause() local
576 if (dirParallel != nullptr) { in applyClause()
578 dirParallel->clauses.push_back(node); in applyClause()
585 dirParallel->clauses.push_back(shared); in applyClause()
673 if (auto dirParallel = findDirective(llvm::omp::OMPD_parallel)) { in applyClause() local
677 dirParallel->clauses.push_back(shared); in applyClause()
853 auto dirParallel = findDirective(llvm::omp::Directive::OMPD_parallel); in applyClause() local
854 if (dirParallel) { in applyClause()
924 if (!applyToParallel && &leaf == dirParallel) in applyClause()
953 if (dirParallel && !applyToParallel) { in applyClause()
[all …]