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.cpp3054 IncExpr = S.getDistInc(); in EmitOMPDistributeOuterLoop()
3204 S.getDistInc()); in EmitOMPDistributeParallelForDirective()
3214 S.getDistInc()); in EmitOMPDistributeParallelForSimdDirective()
3445 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop()
6954 S.getDistInc()); in EmitOMPTeamsDistributeParallelForDirective()
6977 S.getDistInc()); in EmitOMPTeamsDistributeParallelForSimdDirective()
7057 S.getDistInc()); in emitTargetTeamsDistributeParallelForRegion()
7109 S.getDistInc()); in emitTargetTeamsDistributeParallelForSimdRegion()
7898 S.getDistInc()); in EmitOMPTeamsGenericLoopDirective()
7926 S.getDistInc()); in emitTargetTeamsGenericLoopRegion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1426 Expr *getDistInc() const { in getDistInc() function