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