Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance
5400 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local5463 EmitBranch(IsInclusive in EmitOMPScanDirective()5473 if (!IsInclusive) { in EmitOMPScanDirective()5497 if (IsInclusive) { in EmitOMPScanDirective()5512 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()5513 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()5519 if (!IsInclusive) { in EmitOMPScanDirective()5550 if (IsInclusive) { in EmitOMPScanDirective()5564 if (!IsInclusive) { in EmitOMPScanDirective()5590 if (!IsInclusive) { in EmitOMPScanDirective()[all …]