Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2543 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2566 CGF, S, CGF.EmitLValue(S.getIterationVariable())); in emitOMPSimdRegion()
2813 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
2985 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
3041 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
3110 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3116 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3137 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
3268 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
3339 *this, S, EmitLValue(S.getIterationVariable())); in EmitOMPWorksharingLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3408 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1318 Expr *getIterationVariable() const { in getIterationVariable() function