Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h393 bool IsInTargetMasterThreadRegion = false; variable
H A DCGOpenMPRuntimeGPU.cpp1053 IsInTargetMasterThreadRegion = IsSPMD; in emitKernelInit()
1248 bool PrevIsInTargetMasterThreadRegion = IsInTargetMasterThreadRegion; in emitParallelOutlinedFunction()
1249 IsInTargetMasterThreadRegion = false; in emitParallelOutlinedFunction()
1253 IsInTargetMasterThreadRegion = PrevIsInTargetMasterThreadRegion; in emitParallelOutlinedFunction()