Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp229 bool IsForCombinedParallelRegion = false; member in __anona9bff4970111::CheckVarsEscapingDeclContext
245 if (!IsForCombinedParallelRegion) { in markAsEscaped()
261 } else if (!IsForCombinedParallelRegion) { in markAsEscaped()
267 (IsForCombinedParallelRegion && CGF.CapturedStmtInfo)) && in markAsEscaped()
297 bool SavedIsForCombinedParallelRegion = IsForCombinedParallelRegion; in VisitOpenMPCapturedStmt()
302 IsForCombinedParallelRegion = false; in VisitOpenMPCapturedStmt()
320 IsForCombinedParallelRegion = true; in VisitOpenMPCapturedStmt()
324 if (IsForCombinedParallelRegion) in VisitOpenMPCapturedStmt()
331 IsForCombinedParallelRegion = SavedIsForCombinedParallelRegion; in VisitOpenMPCapturedStmt()