Searched refs:getNumForLoops (Results 1 – 9 of 9) sorted by relevance
484 if (C->getNumForLoops()) in VisitOMPCollapseClause()485 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()531 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
1655 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()1727 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
3127 TRY_TO(TraverseStmt(C->getNumForLoops()));3181 TRY_TO(TraverseStmt(C->getNumForLoops()));
1046 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function1748 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
2241 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()3115 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()7162 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
2558 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) { in getDefaultScheduleAndChunk()
6073 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()6109 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
4555 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()4564 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()8689 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()9604 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()9612 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
9275 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()9315 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()