Searched refs:getCancelRegion (Results 1 – 5 of 5) sorted by relevance
947 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()953 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
7229 S.getCancelRegion()); in EmitOMPCancellationPointDirective()7245 if (S.getCancelRegion() == OMPD_parallel || in EmitOMPCancelDirective()7246 S.getCancelRegion() == OMPD_sections || in EmitOMPCancelDirective()7247 S.getCancelRegion() == OMPD_section) { in EmitOMPCancelDirective()7253 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()7258 S.getCancelRegion()); in EmitOMPCancelDirective()
2657 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancellationPointDirective()2664 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancelDirective()
3658 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function3716 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
9178 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()9180 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()