Searched refs:FunctionGlobalizedDecls (Results 1 – 2 of 2) sorted by relevance
471 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable
1681 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()1717 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()1718 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()2006 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()2007 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()4154 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()4183 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()4274 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()4275 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()4296 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()