Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp477 if (C->getNumForLoops()) in VisitOMPCollapseClause()
478 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
524 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
H A DOpenMPClause.cpp1613 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()
1685 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3087 TRY_TO(TraverseStmt(C->getNumForLoops()));
3141 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h938 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
1640 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2233 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()
3088 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()
7129 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp2553 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6066 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
6102 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4549 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
4558 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
8683 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()
9570 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()
9578 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
H A DTreeTransform.h9219 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()
9259 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2231 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
2244 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()