Home
last modified time | relevance | path

Searched refs:IsInclusive (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5366 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local
5429 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 …]