Searched refs:getNumForLoops (Results 1 – 10 of 10) sorted by relevance
493 if (C->getNumForLoops()) in VisitOMPCollapseClause()494 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()540 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
1733 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()1805 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
3270 TRY_TO(TraverseStmt(C->getNumForLoops()));3324 TRY_TO(TraverseStmt(C->getNumForLoops()));
1122 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function1824 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
2270 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()3249 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()7850 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
2525 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
6268 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()6304 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
2342 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()2355 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
4831 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()4840 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()9226 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()10137 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()10145 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
9502 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()9542 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()