Searched refs:FunctionGlobalizedDecls (Results 1 – 2 of 2) sorted by relevance
1016 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()1047 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()1048 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()1108 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in isDelayedVariableLengthDecl()1109 if (I == FunctionGlobalizedDecls.end()) in isDelayedVariableLengthDecl()1156 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()1157 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()1984 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()2016 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()2093 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()[all …]
384 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; variable