Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance
5302 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local5365 EmitBranch(IsInclusive in EmitOMPScanDirective()5375 if (!IsInclusive) { in EmitOMPScanDirective()5399 if (IsInclusive) { in EmitOMPScanDirective()5414 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()5415 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()5421 if (!IsInclusive) { in EmitOMPScanDirective()5452 if (IsInclusive) { in EmitOMPScanDirective()5466 if (!IsInclusive) { in EmitOMPScanDirective()5492 if (!IsInclusive) { in EmitOMPScanDirective()[all …]