Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2785 const Expr *getReductionRef() const { in getReductionRef() function
2786 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
2788 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1065 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp248 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()
5332 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()