Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h434 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable
H A DCGOpenMPRuntimeGPU.cpp1361 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()
1394 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()
1395 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()
1479 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()
1480 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()
3620 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()
3649 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()
3734 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()
3735 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()
3756 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()