Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2786 const Expr *getReductionRef() const { in getReductionRef() function
2787 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
2789 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1076 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp274 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()
5389 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()