Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp160 for (const auto &ReductionClause : Clauses) { in getBrokenReductionsStr() local
162 str += MemoryAccess::getReductionOperatorStr(ReductionClause.first); in getBrokenReductionsStr()
164 str += " : " + ReductionClause.second.substr(2) + ")"; in getBrokenReductionsStr()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp10681 const OMPClause *ReductionClause = nullptr; in checkReductionClauseWithNogroup() local
10685 ReductionClause = C; in checkReductionClauseWithNogroup()
10692 if (ReductionClause) in checkReductionClauseWithNogroup()
10697 if (ReductionClause && NogroupClause) { in checkReductionClauseWithNogroup()
10698 S.Diag(ReductionClause->getBeginLoc(), diag::err_omp_reduction_with_nogroup) in checkReductionClauseWithNogroup()