Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1917 static LValue EmitOMPHelperVar(CodeGenFunction &CGF, in EmitOMPHelperVar() function
1987 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getLowerBoundVariable())); in EmitOMPWorksharingLoop()
1989 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPWorksharingLoop()
1991 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop()
1993 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPWorksharingLoop()
2661 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getLowerBoundVariable())); in EmitOMPDistributeLoop()
2663 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPDistributeLoop()
2665 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPDistributeLoop()
2667 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getIsLastIterVariable())); in EmitOMPDistributeLoop()