Searched refs:getLoopCount (Results 1 – 8 of 8) sorted by relevance
234 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()
1780 ExprResult LoopCount = SemaRef.CheckCollapseLoopCount(Clause.getLoopCount()); in VisitCollapseClause()
12383 Expr *LoopCount = const_cast<Expr *>(C.getLoopCount()); in VisitCollapseClause()12399 ParsedClause.getLoopCount(), ParsedClause.getEndLoc()); in VisitCollapseClause()
807 const Expr *getLoopCount() const { return getIntExpr(); } in getLoopCount() function808 Expr *getLoopCount() { return getIntExpr(); } in getLoopCount() function
527 Expr *getLoopCount() const { in getLoopCount() function
915 printExpr(C.getLoopCount()); in VisitCollapseClause()
2632 assert(Clause.getLoopCount() && "collapse clause requires a valid int expr"); in VisitCollapseClause()2633 Profiler.VisitStmt(Clause.getLoopCount()); in VisitCollapseClause()
8872 AddStmt(const_cast<Expr *>(CC->getLoopCount())); in writeOpenACCClause()