Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2546 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in emitOMPSimdRegion()
3220 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPWorksharingLoop()
5515 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPDistributeLoop()
7629 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPTaskLoopBasedDirective()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1323 Expr *getCalcLastIteration() const { in getCalcLastIteration() function