Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h412 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable
H A DCGOpenMPRuntimeGPU.cpp1009 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()
1042 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()
1043 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()
1127 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()
1128 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()
3268 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()
3297 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()
3372 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()
3373 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()
3394 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()