Searched refs:findDirective (Results 1 – 1 of 1) sorted by relevance
127 LeafReprInternal *findDirective(llvm::omp::Directive dirId) { in findDirective() function538 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 …]