Searched refs:getNumForLoops (Results 1 – 8 of 8) sorted by relevance
462 if (C->getNumForLoops()) in VisitOMPCollapseClause()463 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()492 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
1096 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()1160 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
2852 TRY_TO(TraverseStmt(C->getNumForLoops()));2906 TRY_TO(TraverseStmt(C->getNumForLoops()));
590 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function1187 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
1514 if (!C->getNumForLoops()) in EmitOMPPrivateLoopCounters()2266 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()5056 if (!C->getNumForLoops()) in EmitSimpleOMPExecutableDirective()
2989 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()2998 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()4903 if (DSA.getOrderedRegionParam().second->getNumForLoops()) { in checkOpenMPIterationSpace()5709 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()5717 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
8336 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()8376 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()
6523 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()6554 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()