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