Searched refs:FunctionGlobalizedDecls (Results 1 – 2 of 2) sorted by relevance
451 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable
2050 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()