Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h433 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable
H A DCGOpenMPRuntimeGPU.cpp1347 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()
1380 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()
1381 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()
1458 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()
1459 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()
3564 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()
3593 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()
3678 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()
3679 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()
3700 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()