Home
last modified time | relevance | path

Searched refs:getIterationVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2508 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2619 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
2793 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
2849 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
2918 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2924 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2945 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
3330 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds()
4991 .getIterationVariable() in EmitOMPScanDirective()
5023 .getIterationVariable() in EmitOMPScanDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3714 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1267 Expr *getIterationVariable() const { in getIterationVariable() function