Searched refs:dirTaskloop (Results 1 – 1 of 1) sorted by relevance
573 auto dirTaskloop = findDirective(llvm::omp::OMPD_taskloop); in applyClause() local574 if (dirTaskloop != nullptr) { in applyClause()575 dirTaskloop->clauses.push_back(node); in applyClause()582 if (dirTaskloop == nullptr && dirWorksharing == nullptr) { in applyClause()