Searched refs:getNumForLoops (Results 1 – 10 of 10) sorted by relevance
477 if (C->getNumForLoops()) in VisitOMPCollapseClause()478 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()524 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
1613 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()1685 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
3087 TRY_TO(TraverseStmt(C->getNumForLoops()));3141 TRY_TO(TraverseStmt(C->getNumForLoops()));
938 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function1640 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
2233 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()3088 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()7129 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
2553 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
6066 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()6102 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
4549 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()
9219 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()9259 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()
2231 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()2244 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()