Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h394 bool IsInTargetMasterThreadRegion = false; variable
H A DCGOpenMPRuntimeGPU.cpp1052 IsInTargetMasterThreadRegion = IsSPMD; in emitKernelInit()
1262 bool PrevIsInTargetMasterThreadRegion = IsInTargetMasterThreadRegion; in emitParallelOutlinedFunction()
1263 IsInTargetMasterThreadRegion = false; in emitParallelOutlinedFunction()
1267 IsInTargetMasterThreadRegion = PrevIsInTargetMasterThreadRegion; in emitParallelOutlinedFunction()