Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp315 if (C->getNumForLoops()) in VisitOMPCollapseClause()
316 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
330 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
DStmtPrinter.cpp638 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()
676 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h2644 TRY_TO(TraverseStmt(C->getNumForLoops()));
2668 TRY_TO(TraverseStmt(C->getNumForLoops()));
DOpenMPClause.h537 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
913 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1826 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
1856 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp1845 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
1854 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
5417 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()
5425 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
DTreeTransform.h7684 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()
7724 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()
/external/clang/tools/libclang/
DCIndex.cpp2085 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
2098 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1976 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()