Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h566 auto dirWorksharing = findWorksharing(); in applyClause() local
567 if (dirWorksharing != nullptr) { in applyClause()
568 dirWorksharing->clauses.push_back(node); in applyClause()
582 if (dirTaskloop == nullptr && dirWorksharing == nullptr) { in applyClause()