Home
last modified time | relevance | path

Searched refs:getLoopCount (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp234 if (!New->getLoopCount()) in getBestCollapseCandidate()
238 if (!New->getLoopCount()) in getBestCollapseCandidate()
242 if (New->getLoopCount()->isInstantiationDependent()) in getBestCollapseCandidate()
248 if (UnInstNew && !UnInstNew->getLoopCount()->isInstantiationDependent()) in getBestCollapseCandidate()
258 if (cast<ConstantExpr>(Old->getLoopCount())->getResultAsAPSInt() < in getBestCollapseCandidate()
259 cast<ConstantExpr>(New->getLoopCount())->getResultAsAPSInt()) in getBestCollapseCandidate()
323 cast<ConstantExpr>(FoundClause->getLoopCount())->getResultAsAPSInt(); in SetCollapseInfoBeforeAssociatedStmt()
H A DSemaOpenACCClause.cpp1780 ExprResult LoopCount = SemaRef.CheckCollapseLoopCount(Clause.getLoopCount()); in VisitCollapseClause()
H A DTreeTransform.h12383 Expr *LoopCount = const_cast<Expr *>(C.getLoopCount()); in VisitCollapseClause()
12399 ParsedClause.getLoopCount(), ParsedClause.getEndLoc()); in VisitCollapseClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h807 const Expr *getLoopCount() const { return getIntExpr(); } in getLoopCount() function
808 Expr *getLoopCount() { return getIntExpr(); } in getLoopCount() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h527 Expr *getLoopCount() const { in getLoopCount() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp915 printExpr(C.getLoopCount()); in VisitCollapseClause()
H A DStmtProfile.cpp2632 assert(Clause.getLoopCount() && "collapse clause requires a valid int expr"); in VisitCollapseClause()
2633 Profiler.VisitStmt(Clause.getLoopCount()); in VisitCollapseClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8872 AddStmt(const_cast<Expr *>(CC->getLoopCount())); in writeOpenACCClause()