Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1991 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop()
2665 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPDistributeLoop()
3546 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope); in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntime.cpp4098 cast<VarDecl>(cast<DeclRefExpr>(D.getStrideVariable())->getDecl()); in emitTaskLoopCall()
/external/clang/include/clang/AST/
DStmtOpenMP.h666 Expr *getStrideVariable() const { in getStrideVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2194 Record.AddStmt(D->getStrideVariable()); in VisitOMPLoopDirective()