Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2996 IncExpr = S.getDistInc(); in EmitOMPDistributeOuterLoop()
3146 S.getDistInc()); in EmitOMPDistributeParallelForDirective()
3156 S.getDistInc()); in EmitOMPDistributeParallelForSimdDirective()
3387 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop()
6904 S.getDistInc()); in EmitOMPTeamsDistributeParallelForDirective()
6927 S.getDistInc()); in EmitOMPTeamsDistributeParallelForSimdDirective()
7007 S.getDistInc()); in emitTargetTeamsDistributeParallelForRegion()
7059 S.getDistInc()); in emitTargetTeamsDistributeParallelForSimdRegion()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1410 Expr *getDistInc() const { in getDistInc() function