Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2519 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in emitOMPSimdRegion()
3086 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPWorksharingLoop()
5078 EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPDistributeLoop()
6950 CGF.EmitIgnoredExpr(S.getCalcLastIteration()); in EmitOMPTaskLoopBasedDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1273 Expr *getCalcLastIteration() const { in getCalcLastIteration() function