Searched refs:dirParallel (Results 1 – 1 of 1) sorted by relevance
580 auto dirParallel = findDirective(llvm::omp::OMPD_parallel); in applyClause() local581 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() local682 dirParallel->clauses.push_back(shared); in applyClause()842 auto dirParallel = findDirective(llvm::omp::Directive::OMPD_parallel); in applyClause() local843 if (dirParallel) { in applyClause()912 if (!applyToParallel && &leaf == dirParallel) in applyClause()941 if (dirParallel && !applyToParallel) { in applyClause()[all …]