Lines Matching refs:FunctionGlobalizedDecls
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()
2094 if (I == FunctionGlobalizedDecls.end()) in getAddressOfLocalVariable()
2115 FunctionGlobalizedDecls.erase(CGF.CurFn); in functionFinished()