Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2522 (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable())); in emitOMPSimdRegion()
3096 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable())); in emitDistributeParallelForInnerBounds()
3513 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable())); in emitForLoopBounds()
5653 : S.getUpperBoundVariable()))); in EmitOMPDistributeLoop()
7664 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP, in EmitOMPTaskLoopBasedDirective()
H A DCGOpenMPRuntimeGPU.cpp3154 cast<OMPLoopDirective>(D).getUpperBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp4651 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1368 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function