Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp484 if (C->getNumForLoops()) in VisitOMPCollapseClause()
485 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
531 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
H A DOpenMPClause.cpp1655 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()
1727 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3127 TRY_TO(TraverseStmt(C->getNumForLoops()));
3181 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
1748 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2241 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()
3115 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()
7162 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp2558 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6073 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
6109 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4555 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
4564 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
8689 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()
9604 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()
9612 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
H A DTreeTransform.h9275 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()
9315 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()