Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2554 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in emitOMPSimdRegion()
3278 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPWorksharingLoop()
5613 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPDistributeLoop()
7685 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPTaskLoopBasedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1339 Expr *getCalcLastIteration() const { in getCalcLastIteration() function