Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance
5457 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local5520 EmitBranch(IsInclusive in EmitOMPScanDirective()5528 EmitBranch(IsInclusive ? OMPBeforeScanBlock : OMPAfterScanBlock); in EmitOMPScanDirective()5530 if (!IsInclusive) { in EmitOMPScanDirective()5554 if (IsInclusive) { in EmitOMPScanDirective()5568 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()5569 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()5575 if (!IsInclusive) { in EmitOMPScanDirective()5605 if (IsInclusive) { in EmitOMPScanDirective()5619 if (!IsInclusive) { in EmitOMPScanDirective()[all …]