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.cpp3100 IncExpr = S.getDistInc(); in EmitOMPDistributeOuterLoop()
3249 S.getDistInc()); in EmitOMPDistributeParallelForDirective()
3259 S.getDistInc()); in EmitOMPDistributeParallelForSimdDirective()
3490 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop()
7010 S.getDistInc()); in EmitOMPTeamsDistributeParallelForDirective()
7033 S.getDistInc()); in EmitOMPTeamsDistributeParallelForSimdDirective()
7129 S.getDistInc()); in emitTargetTeamsDistributeParallelForRegion()
7181 S.getDistInc()); in emitTargetTeamsDistributeParallelForSimdRegion()
8014 S.getDistInc()); in emitTargetTeamsGenericLoopRegionAsParallel()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1427 Expr *getDistInc() const { in getDistInc() function