Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Frontend/OpenMP/
DConstructDecompositionT.h571 auto dirTaskloop = findDirective(llvm::omp::OMPD_taskloop); in applyClause() local
572 if (dirTaskloop != nullptr) { in applyClause()
573 dirTaskloop->clauses.push_back(node); in applyClause()
580 if (dirTaskloop == nullptr && dirWorksharing == nullptr) { in applyClause()