Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5400 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local
5463 EmitBranch(IsInclusive in EmitOMPScanDirective()
5473 if (!IsInclusive) { in EmitOMPScanDirective()
5497 if (IsInclusive) { in EmitOMPScanDirective()
5512 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()
5513 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()
5519 if (!IsInclusive) { in EmitOMPScanDirective()
5550 if (IsInclusive) { in EmitOMPScanDirective()
5564 if (!IsInclusive) { in EmitOMPScanDirective()
5590 if (!IsInclusive) { in EmitOMPScanDirective()
[all …]