Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp231 bool IsForCombinedParallelRegion = false; member in __anon4e7470570111::CheckVarsEscapingDeclContext
247 if (!IsForCombinedParallelRegion) { in markAsEscaped()
263 } else if (!IsForCombinedParallelRegion) { in markAsEscaped()
269 (IsForCombinedParallelRegion && CGF.CapturedStmtInfo)) && in markAsEscaped()
299 bool SavedIsForCombinedParallelRegion = IsForCombinedParallelRegion; in VisitOpenMPCapturedStmt()
304 IsForCombinedParallelRegion = false; in VisitOpenMPCapturedStmt()
322 IsForCombinedParallelRegion = true; in VisitOpenMPCapturedStmt()
326 if (IsForCombinedParallelRegion) in VisitOpenMPCapturedStmt()
333 IsForCombinedParallelRegion = SavedIsForCombinedParallelRegion; in VisitOpenMPCapturedStmt()