Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance
4839 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local4902 EmitBranch(IsInclusive in EmitOMPScanDirective()4910 EmitBranch(IsInclusive ? OMPBeforeScanBlock : OMPAfterScanBlock); in EmitOMPScanDirective()4912 if (!IsInclusive) { in EmitOMPScanDirective()4936 if (IsInclusive) { in EmitOMPScanDirective()4951 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()4952 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()4958 if (!IsInclusive) { in EmitOMPScanDirective()4989 if (IsInclusive) { in EmitOMPScanDirective()5003 if (!IsInclusive) { in EmitOMPScanDirective()[all …]