Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp493 if (C->getNumForLoops()) in VisitOMPCollapseClause()
494 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
540 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
H A DOpenMPClause.cpp1733 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()
1805 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3270 TRY_TO(TraverseStmt(C->getNumForLoops()));
3324 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h1122 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
1824 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2270 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()
3249 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()
7850 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp2525 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6268 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
6304 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2342 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
2355 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4831 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
4840 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
9226 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()
10137 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()
10145 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
H A DTreeTransform.h9502 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()
9542 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()