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.h604 auto dirTarget = findDirective(llvm::omp::OMPD_target); in applyClause() local
605 if (dirTarget != nullptr) { in applyClause()
615 dirTarget->clauses.push_back(firstp); in applyClause()
697 if (auto dirTarget = findDirective(llvm::omp::OMPD_target)) { in applyClause() local
713 dirTarget->clauses.push_back(map); in applyClause()
956 auto dirTarget = findDirective(llvm::omp::Directive::OMPD_target); in applyClause() local
957 if (dirTarget && leafs.size() > 1) { in applyClause()
975 dirTarget->clauses.push_back(map); in applyClause()