Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance
5664 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local5727 EmitBranch(IsInclusive in EmitOMPScanDirective()5735 EmitBranch(IsInclusive ? OMPBeforeScanBlock : OMPAfterScanBlock); in EmitOMPScanDirective()5737 if (!IsInclusive) { in EmitOMPScanDirective()5762 if (IsInclusive) { in EmitOMPScanDirective()5776 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()5777 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()5783 if (!IsInclusive) { in EmitOMPScanDirective()5813 if (IsInclusive) { in EmitOMPScanDirective()5827 if (!IsInclusive) { in EmitOMPScanDirective()[all …]