Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4839 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local
4902 EmitBranch(IsInclusive in EmitOMPScanDirective()
4910 EmitBranch(IsInclusive ? OMPBeforeScanBlock : OMPAfterScanBlock); in EmitOMPScanDirective()
4912 if (!IsInclusive) { in EmitOMPScanDirective()
4936 if (IsInclusive) { in EmitOMPScanDirective()
4951 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()
4952 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()
4958 if (!IsInclusive) { in EmitOMPScanDirective()
4989 if (IsInclusive) { in EmitOMPScanDirective()
5003 if (!IsInclusive) { in EmitOMPScanDirective()
[all …]