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.cpp2581 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in emitOMPSimdRegion()
3323 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPWorksharingLoop()
5667 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPDistributeLoop()
7757 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPTaskLoopBasedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1340 Expr *getCalcLastIteration() const { in getCalcLastIteration() function