Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h451 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable
H A DCGOpenMPRuntimeNVPTX.cpp2050 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()
2090 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()
2091 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()
2371 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()
2372 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()
4195 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()
4224 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()
4273 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()
4274 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()
4294 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()