Lines Matching refs:InfoCache
292 InformationCache &InfoCache) { in isValidAtPosition() argument
304 InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>( in isValidAtPosition()
841 InformationCache &InfoCache = A.getInfoCache(); in isAssumedThreadLocalObject() local
842 if (!InfoCache.stackIsAccessibleByOtherThreads()) { in isAssumedThreadLocalObject()
1066 InformationCache &InfoCache, in Attributor() argument
1068 : Allocator(InfoCache.Allocator), Functions(Functions), in Attributor()
1069 InfoCache(InfoCache), Configuration(Configuration) { in Attributor()
1079 InfoCache.IndirectlyCallableFunctions.push_back(Fn); in Attributor()
2069 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions()
2106 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) { in checkForAllReadWriteInstructions()
2916 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite()
3356 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F); in identifyDefaultAbstractAttributes()
3613 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes()
3807 static bool runAttributorOnFunctions(InformationCache &InfoCache, in runAttributorOnFunctions() argument
3847 Attributor A(Functions, InfoCache, AC); in runAttributorOnFunctions()
3910 static bool runAttributorLightOnFunctions(InformationCache &InfoCache, in runAttributorLightOnFunctions() argument
3940 Attributor A(Functions, InfoCache, AC); in runAttributorLightOnFunctions()
4032 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() local
4033 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run()
4060 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in run() local
4061 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run()
4084 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() local
4085 if (runAttributorLightOnFunctions(InfoCache, Functions, AG, CGUpdater, FAM, in run()
4116 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in run() local
4117 if (runAttributorLightOnFunctions(InfoCache, Functions, AG, CGUpdater, FAM, in run()