Lines Matching refs:FunctionGlobalizedDecls
1036 auto I = Rt.FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitTeamsOutlinedFunction()
1067 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsProlog()
1068 if (I == FunctionGlobalizedDecls.end()) in emitGenericVarsProlog()
1127 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in isDelayedVariableLengthDecl()
1128 if (I == FunctionGlobalizedDecls.end()) in isDelayedVariableLengthDecl()
1175 const auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in emitGenericVarsEpilog()
1176 if (I != FunctionGlobalizedDecls.end()) { in emitGenericVarsEpilog()
3190 assert(FunctionGlobalizedDecls.count(CGF.CurFn) == 0 && in emitFunctionProlog()
3222 auto I = FunctionGlobalizedDecls.try_emplace(CGF.CurFn).first; in emitFunctionProlog()
3299 auto I = FunctionGlobalizedDecls.find(CGF.CurFn); in getAddressOfLocalVariable()
3300 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()
3321 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()