Searched refs:dirParallel (Results 1 – 1 of 1) sorted by relevance
575 auto dirParallel = findDirective(llvm::omp::OMPD_parallel); in applyClause() local576 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() local677 dirParallel->clauses.push_back(shared); in applyClause()853 auto dirParallel = findDirective(llvm::omp::Directive::OMPD_parallel); in applyClause() local854 if (dirParallel) { in applyClause()924 if (!applyToParallel && &leaf == dirParallel) in applyClause()953 if (dirParallel && !applyToParallel) { in applyClause()[all …]