Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h127 LeafReprInternal *findDirective(llvm::omp::Directive dirId) { in findDirective() function
538 auto dirDistribute = findDirective(llvm::omp::OMPD_distribute); in applyClause()
539 auto dirTeams = findDirective(llvm::omp::OMPD_teams); in applyClause()
573 auto dirTaskloop = findDirective(llvm::omp::OMPD_taskloop); in applyClause()
580 auto dirParallel = findDirective(llvm::omp::OMPD_parallel); in applyClause()
604 auto dirTarget = findDirective(llvm::omp::OMPD_target); in applyClause()
621 if (auto dirTask = findDirective(llvm::omp::OMPD_task)) { in applyClause()
678 if (auto dirParallel = findDirective(llvm::omp::OMPD_parallel)) { in applyClause()
687 if (auto dirTeams = findDirective(llvm::omp::OMPD_teams)) { in applyClause()
697 if (auto dirTarget = findDirective(llvm::omp::OMPD_target)) { in applyClause()
[all …]