Searched refs:OMPLoopTransformationDirective (Results 1 – 8 of 8) sorted by relevance
230 def OMPLoopTransformationDirective : StmtNode<OMPLoopBasedDirective, 1>;231 def OMPTileDirective : StmtNode<OMPLoopTransformationDirective>;232 def OMPUnrollDirective : StmtNode<OMPLoopTransformationDirective>;233 def OMPReverseDirective : StmtNode<OMPLoopTransformationDirective>;234 def OMPInterchangeDirective : StmtNode<OMPLoopTransformationDirective>;
912 llvm::function_ref<void(OMPLoopTransformationDirective *)>918 llvm::function_ref<void(const OMPLoopTransformationDirective *)> in doForAllLoops()924 [OnTransformationCallback](OMPLoopTransformationDirective *A) { in doForAllLoops()937 auto &&TransformCb = [](OMPLoopTransformationDirective *) {}; in doForAllLoops()975 class OMPLoopTransformationDirective : public OMPLoopBasedDirective {982 explicit OMPLoopTransformationDirective(StmtClass SC, in OMPLoopTransformationDirective() function5566 class OMPTileDirective final : public OMPLoopTransformationDirective {5578 : OMPLoopTransformationDirective(OMPTileDirectiveClass, in OMPTileDirective()5648 class OMPUnrollDirective final : public OMPLoopTransformationDirective {5659 : OMPLoopTransformationDirective(OMPUnrollDirectiveClass, in OMPUnrollDirective()[all …]
128 llvm::function_ref<void(OMPLoopTransformationDirective *)> in doForAllLoops()133 auto *Dir = dyn_cast<OMPLoopTransformationDirective>(CurStmt); in doForAllLoops()374 Stmt *OMPLoopTransformationDirective::getTransformedStmt() const { in getTransformedStmt()387 Stmt *OMPLoopTransformationDirective::getPreInits() const { in getPreInits()
976 const OMPLoopTransformationDirective *S) { in VisitOMPLoopTransformationDirective()
2425 OMPLoopTransformationDirective *D) { in VisitOMPLoopTransformationDirective()
1886 if (auto *Dir = dyn_cast<OMPLoopTransformationDirective>(SimplifiedS)) in emitBody()
4143 void VisitOMPLoopTransformationDirective(OMPLoopTransformationDirective *S) { in VisitOMPLoopTransformationDirective()9644 [&SemaRef, &Captures](OMPLoopTransformationDirective *Transform) { in checkOpenMPLoop()