Searched refs:getNumForLoops (Results 1 – 9 of 9) sorted by relevance
520 if (C->getNumForLoops()) in VisitOMPCollapseClause()521 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()578 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
1900 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()1992 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
3419 TRY_TO(TraverseStmt(C->getNumForLoops()));3494 TRY_TO(TraverseStmt(C->getNumForLoops()));
1250 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops() function2185 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
2353 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()3496 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()8484 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
2310 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
7844 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()7880 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
4682 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()4691 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()9339 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()10366 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()10374 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
10583 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()10623 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()