Lines Matching refs:OMPLoopDirective
72 if (auto *LD = dyn_cast<OMPLoopDirective>(this)) in getStructuredBlock()
98 (isa<OMPLoopBasedDirective>(S) && !isa<OMPLoopDirective>(S))) { in tryToFindNextInnerLoop()
177 Stmt *OMPLoopDirective::getBody() { in getBody()
187 void OMPLoopDirective::setCounters(ArrayRef<Expr *> A) { in setCounters()
193 void OMPLoopDirective::setPrivateCounters(ArrayRef<Expr *> A) { in setPrivateCounters()
200 void OMPLoopDirective::setInits(ArrayRef<Expr *> A) { in setInits()
206 void OMPLoopDirective::setUpdates(ArrayRef<Expr *> A) { in setUpdates()
212 void OMPLoopDirective::setFinals(ArrayRef<Expr *> A) { in setFinals()
218 void OMPLoopDirective::setDependentCounters(ArrayRef<Expr *> A) { in setDependentCounters()
225 void OMPLoopDirective::setDependentInits(ArrayRef<Expr *> A) { in setDependentInits()
231 void OMPLoopDirective::setFinalsConditions(ArrayRef<Expr *> A) { in setFinalsConditions()