Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h599 auto dirTarget = findDirective(llvm::omp::OMPD_target); in applyClause() local
600 if (dirTarget != nullptr) { in applyClause()
610 dirTarget->clauses.push_back(firstp); in applyClause()
692 if (auto dirTarget = findDirective(llvm::omp::OMPD_target)) { in applyClause() local
708 dirTarget->clauses.push_back(map); in applyClause()
968 auto dirTarget = findDirective(llvm::omp::Directive::OMPD_target); in applyClause() local
969 if (dirTarget && leafs.size() > 1) { in applyClause()
987 dirTarget->clauses.push_back(map); in applyClause()