Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2255 const Expr *getReductionRef() const { in getReductionRef() function
2256 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
2258 Expr *getReductionRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getReductionRef() function
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp929 if (const Expr *E = S->getReductionRef()) in VisitOMPTaskgroupDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp238 if (const Expr *E = TG->getReductionRef()) in OMPSimdLexicalScope()
4348 if (const Expr *E = S.getReductionRef()) { in EmitOMPTaskgroupDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2925 if (const Expr *E = D->getReductionRef()) in VisitOMPTaskgroupDirective()