HomeSort by relevance Sort by last modified time
    Searched refs:ReductionOps (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 363 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) {
364 assert(ReductionOps.size() == varlist_size() && "Number of reduction "
367 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end());
375 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps) {
385 Clause->setReductionOps(ReductionOps);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h     [all...]
CGOpenMPRuntime.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 349 milliseconds