Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2514 (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable())); in emitOMPSimdRegion()
3038 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable())); in emitDistributeParallelForInnerBounds()
3455 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable())); in emitForLoopBounds()
5555 : S.getUpperBoundVariable()))); in EmitOMPDistributeLoop()
7608 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP, in EmitOMPTaskLoopBasedDirective()
H A DCGOpenMPRuntimeGPU.cpp3584 cast<OMPLoopDirective>(D).getUpperBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp5167 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1352 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function