Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3245 IncExpr = S.getDistInc(); in EmitOMPDistributeOuterLoop()
3393 S.getDistInc()); in EmitOMPDistributeParallelForDirective()
3403 S.getDistInc()); in EmitOMPDistributeParallelForSimdDirective()
3632 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop()
7229 S.getDistInc()); in EmitOMPTeamsDistributeParallelForDirective()
7252 S.getDistInc()); in EmitOMPTeamsDistributeParallelForSimdDirective()
7348 S.getDistInc()); in emitTargetTeamsDistributeParallelForRegion()
7400 S.getDistInc()); in emitTargetTeamsDistributeParallelForSimdRegion()
8316 S.getDistInc()); in emitTargetTeamsGenericLoopRegionAsParallel()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1412 Expr *getDistInc() const { in getDistInc() function