Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance
4865 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local4928 EmitBranch(IsInclusive in EmitOMPScanDirective()4938 if (!IsInclusive) { in EmitOMPScanDirective()4962 if (IsInclusive) { in EmitOMPScanDirective()4977 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()4978 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()4984 if (!IsInclusive) { in EmitOMPScanDirective()5015 if (IsInclusive) { in EmitOMPScanDirective()5029 if (!IsInclusive) { in EmitOMPScanDirective()5055 if (!IsInclusive) { in EmitOMPScanDirective()[all …]