Searched refs:FunctionGlobalizedDecls (Results 1 – 2 of 2) sorted by relevance
471 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable
1678 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()1719 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()1720 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()2007 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()2008 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()4318 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()4347 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()4438 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()4439 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()4460 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()