Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp462 if (C->getNumForLoops()) in VisitOMPCollapseClause()
463 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
492 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
H A DOpenMPClause.cpp1096 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()
1160 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2852 TRY_TO(TraverseStmt(C->getNumForLoops()));
2906 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h590 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
1187 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1514 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()
2266 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()
5056 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2989 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
2998 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
4903 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()
5709 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()
5717 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
H A DTreeTransform.h8336 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()
8376 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6523 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
6554 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()