Searched refs:getNumForLoops (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp470 if (C->getNumForLoops())
471 Profiler->VisitStmt(C->getNumForLoops());
500 if (auto *Num = C->getNumForLoops())
H A DOpenMPClause.cpp1231 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
1296 if (auto *Num = Node->getNumForLoops()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3025 TRY_TO(TraverseStmt(C->getNumForLoops()));
3079 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h835 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } function in class:clang::OMPCollapseClause
1532 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } function in class:clang::final
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1714 if (!C->getNumForLoops())
2539 if (OrderedClause->getNumForLoops())
5486 if (!C->getNumForLoops())
H A DCGOpenMPRuntime.cpp3505 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6095 Record.AddStmt(C->getNumForLoops());
6126 Record.AddStmt(C->getNumForLoops());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3915 if (!LCs.empty() && OC && OC->getNumForLoops()) {
3924 OC->getNumForLoops()) {
7054 if (DSA.getOrderedRegionParam().second->getNumForLoops()) {
7964 return (*CollapseClauses.begin())->getNumForLoops();
7972 return (*OrderedClauses.begin())->getNumForLoops();
H A DTreeTransform.h8690 ExprResult E = getDerived().TransformExpr(C->getNumForLoops());
8730 if (auto *Num = C->getNumForLoops()) {

Completed in 416 milliseconds