Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2862 IncExpr = S.getDistInc(); in EmitOMPDistributeOuterLoop()
3012 S.getDistInc()); in EmitOMPDistributeParallelForDirective()
3022 S.getDistInc()); in EmitOMPDistributeParallelForSimdDirective()
3251 StaticChunkedOne ? S.getDistInc() : S.getInc(), in EmitOMPWorksharingLoop()
6272 S.getDistInc()); in EmitOMPTeamsDistributeParallelForDirective()
6295 S.getDistInc()); in EmitOMPTeamsDistributeParallelForSimdDirective()
6321 S.getDistInc()); in emitTargetTeamsDistributeParallelForRegion()
6373 S.getDistInc()); in emitTargetTeamsDistributeParallelForSimdRegion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1352 Expr *getDistInc() const { in getDistInc() function