Lines Matching defs:InfoCache
291 InformationCache &InfoCache) {
303 InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(
840 InformationCache &InfoCache = A.getInfoCache();
841 if (!InfoCache.stackIsAccessibleByOtherThreads()) {
1065 InformationCache &InfoCache,
1067 : Allocator(InfoCache.Allocator), Functions(Functions),
1068 InfoCache(InfoCache), Configuration(Configuration) {
1078 InfoCache.IndirectlyCallableFunctions.push_back(Fn);
2056 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
2093 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) {
2903 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
3228 // opcode we store them in the InfoCache. As not all opcodes are interesting
3352 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F);
3610 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);
3804 static bool runAttributorOnFunctions(InformationCache &InfoCache,
3844 Attributor A(Functions, InfoCache, AC);
3907 static bool runAttributorLightOnFunctions(InformationCache &InfoCache,
3937 Attributor A(Functions, InfoCache, AC);
4029 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
4030 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater,
4057 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions);
4058 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater,
4081 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
4082 if (runAttributorLightOnFunctions(InfoCache, Functions, AG, CGUpdater, FAM,
4113 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions);
4114 if (runAttributorLightOnFunctions(InfoCache, Functions, AG, CGUpdater, FAM,