Home
last modified time | relevance | path

Searched refs:getNumForLoops (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp509 if (C->getNumForLoops()) in VisitOMPCollapseClause()
510 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
565 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
H A DOpenMPClause.cpp1797 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()
1885 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3283 TRY_TO(TraverseStmt(C->getNumForLoops()));
3353 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops() function
1888 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2278 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()
3307 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()
8060 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp2331 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6578 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
6614 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4902 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
4911 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
9493 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()
10433 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()
10441 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
H A DTreeTransform.h9793 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()
9833 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()