Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp4417 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local
4480 EmitBranch(IsInclusive in EmitOMPScanDirective()
4488 EmitBranch(IsInclusive ? OMPBeforeScanBlock : OMPAfterScanBlock); in EmitOMPScanDirective()
4490 if (!IsInclusive) { in EmitOMPScanDirective()
4514 if (IsInclusive) { in EmitOMPScanDirective()
4529 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()
4530 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()
4536 if (!IsInclusive) { in EmitOMPScanDirective()
4567 if (IsInclusive) { in EmitOMPScanDirective()
4581 if (!IsInclusive) { in EmitOMPScanDirective()
[all …]