Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance
5366 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local5429 EmitBranch(IsInclusive in EmitOMPScanDirective()5437 EmitBranch(IsInclusive ? OMPBeforeScanBlock : OMPAfterScanBlock); in EmitOMPScanDirective()5439 if (!IsInclusive) { in EmitOMPScanDirective()5463 if (IsInclusive) { in EmitOMPScanDirective()5478 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()5479 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()5485 if (!IsInclusive) { in EmitOMPScanDirective()5516 if (IsInclusive) { in EmitOMPScanDirective()5530 if (!IsInclusive) { in EmitOMPScanDirective()[all …]