Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h568 auto dirTaskloop = findDirective(llvm::omp::OMPD_taskloop); in applyClause() local
569 if (dirTaskloop != nullptr) { in applyClause()
570 dirTaskloop->clauses.push_back(node); in applyClause()
577 if (dirTaskloop == nullptr && dirWorksharing == nullptr) { in applyClause()