Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3322 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop()
5655 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPDistributeLoop()
7666 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope); in EmitOMPTaskLoopBasedDirective()
H A DCGOpenMPRuntime.cpp4659 cast<VarDecl>(cast<DeclRefExpr>(D.getStrideVariable())->getDecl()); in emitTaskLoopCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1376 Expr *getStrideVariable() const { in getStrideVariable() function