Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5664 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local
5727 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 …]