Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5302 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local
5365 EmitBranch(IsInclusive in EmitOMPScanDirective()
5375 if (!IsInclusive) { in EmitOMPScanDirective()
5399 if (IsInclusive) { in EmitOMPScanDirective()
5414 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()
5415 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()
5421 if (!IsInclusive) { in EmitOMPScanDirective()
5452 if (IsInclusive) { in EmitOMPScanDirective()
5466 if (!IsInclusive) { in EmitOMPScanDirective()
5492 if (!IsInclusive) { in EmitOMPScanDirective()
[all …]