Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h539 auto dirTeams = findDirective(llvm::omp::OMPD_teams); in applyClause() local
544 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() local
691 dirTeams->clauses.push_back(shared); in applyClause()
858 auto dirTeams = findDirective(llvm::omp::Directive::OMPD_teams); in applyClause() local
859 if (dirTeams) { in applyClause()
914 if (!applyToTeams && &leaf == dirTeams) in applyClause()
[all …]