Searched refs:OMPLoopTransformationDirective (Results 1 – 9 of 9) sorted by relevance
227 def OMPLoopTransformationDirective : StmtNode<OMPLoopBasedDirective, 1>;228 def OMPTileDirective : StmtNode<OMPLoopTransformationDirective>;229 def OMPUnrollDirective : StmtNode<OMPLoopTransformationDirective>;
896 llvm::function_ref<void(OMPLoopTransformationDirective *)>902 llvm::function_ref<void(const OMPLoopTransformationDirective *)> in doForAllLoops()908 [OnTransformationCallback](OMPLoopTransformationDirective *A) { in doForAllLoops()921 auto &&TransformCb = [](OMPLoopTransformationDirective *) {}; in doForAllLoops()959 class OMPLoopTransformationDirective : public OMPLoopBasedDirective {966 explicit OMPLoopTransformationDirective(StmtClass SC, in OMPLoopTransformationDirective() function5492 class OMPTileDirective final : public OMPLoopTransformationDirective {5504 : OMPLoopTransformationDirective(OMPTileDirectiveClass, in OMPTileDirective()5574 class OMPUnrollDirective final : public OMPLoopTransformationDirective {5585 : OMPLoopTransformationDirective(OMPUnrollDirectiveClass, in OMPUnrollDirective()
128 llvm::function_ref<void(OMPLoopTransformationDirective *)> in doForAllLoops()133 auto *Dir = dyn_cast<OMPLoopTransformationDirective>(CurStmt); in doForAllLoops()372 Stmt *OMPLoopTransformationDirective::getTransformedStmt() const { in getTransformedStmt()385 Stmt *OMPLoopTransformationDirective::getPreInits() const { in getPreInits()
935 const OMPLoopTransformationDirective *S) { in VisitOMPLoopTransformationDirective()
2226 OMPLoopTransformationDirective *D) { in VisitOMPLoopTransformationDirective()
2313 OMPLoopTransformationDirective *D) { in VisitOMPLoopTransformationDirective()
2142 VisitOMPLoopTransformationDirective(const OMPLoopTransformationDirective *D);3028 const OMPLoopTransformationDirective *D) { in VisitOMPLoopTransformationDirective()
1850 if (auto *Dir = dyn_cast<OMPLoopTransformationDirective>(SimplifiedS)) in emitBody()
4025 void VisitOMPLoopTransformationDirective(OMPLoopTransformationDirective *S) { in VisitOMPLoopTransformationDirective()9511 [&SemaRef, &Captures](OMPLoopTransformationDirective *Transform) { in checkOpenMPLoop()