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