Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp307 void buildRecordForGlobalizedVars(bool IsInTTDRegion) { in buildRecordForGlobalizedVars() argument
312 if (IsInTTDRegion) in buildRecordForGlobalizedVars()
466 const RecordDecl *getGlobalizedRecord(bool IsInTTDRegion) { in getGlobalizedRecord() argument
468 buildRecordForGlobalizedVars(IsInTTDRegion); in getGlobalizedRecord()
739 IsInTTDRegion = true; in emitNonSPMDKernel()
742 IsInTTDRegion = false; in emitNonSPMDKernel()
840 IsInTTDRegion = true; in emitSPMDKernel()
843 IsInTTDRegion = false; in emitSPMDKernel()
918 bool PrevIsInTTDRegion = IsInTTDRegion; in emitParallelOutlinedFunction()
919 IsInTTDRegion = false; in emitParallelOutlinedFunction()
[all …]
H A DCGOpenMPRuntimeGPU.h350 bool IsInTTDRegion = false; variable