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