Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4865 bool IsInclusive = S.hasClausesOfKind<OMPInclusiveClause>(); in EmitOMPScanDirective() local
4928 EmitBranch(IsInclusive in EmitOMPScanDirective()
4938 if (!IsInclusive) { in EmitOMPScanDirective()
4962 if (IsInclusive) { in EmitOMPScanDirective()
4977 EmitBranch(IsInclusive ? OMPAfterScanBlock : OMPBeforeScanBlock); in EmitOMPScanDirective()
4978 OMPScanExitBlock = IsInclusive in EmitOMPScanDirective()
4984 if (!IsInclusive) { in EmitOMPScanDirective()
5015 if (IsInclusive) { in EmitOMPScanDirective()
5029 if (!IsInclusive) { in EmitOMPScanDirective()
5055 if (!IsInclusive) { in EmitOMPScanDirective()
[all …]