Searched refs:getNumForLoops (Results 1 – 9 of 9) sorted by relevance
509 if (C->getNumForLoops()) in VisitOMPCollapseClause()510 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()565 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
1797 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()1885 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
3353 TRY_TO(TraverseStmt(C->getNumForLoops()));3423 TRY_TO(TraverseStmt(C->getNumForLoops()));
998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops() function1888 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
2306 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()3352 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()8182 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
2334 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
7163 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()7199 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
4685 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()4694 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()9298 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()10278 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()10286 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
10122 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()10162 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()