Searched refs:dirTeams (Results 1 – 1 of 1) sorted by relevance
539 auto dirTeams = findDirective(llvm::omp::OMPD_teams); in applyClause() local544 if (dirTeams != nullptr) { in applyClause()548 dirTeams->clauses.push_back(shared); in applyClause()550 } else if (dirTeams != nullptr) { in applyClause()551 dirTeams->clauses.push_back(node); in applyClause()687 if (auto dirTeams = findDirective(llvm::omp::OMPD_teams)) { in applyClause() local691 dirTeams->clauses.push_back(shared); in applyClause()858 auto dirTeams = findDirective(llvm::omp::Directive::OMPD_teams); in applyClause() local859 if (dirTeams) { in applyClause()914 if (!applyToTeams && &leaf == dirTeams) in applyClause()[all …]