Lines Matching defs:InfoCache

292                            InformationCache &InfoCache) {
304 InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(
841 InformationCache &InfoCache = A.getInfoCache();
842 if (!InfoCache.stackIsAccessibleByOtherThreads()) {
1066 InformationCache &InfoCache,
1068 : Allocator(InfoCache.Allocator), Functions(Functions),
1069 InfoCache(InfoCache), Configuration(Configuration) {
1079 InfoCache.IndirectlyCallableFunctions.push_back(Fn);
2073 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
2110 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) {
2920 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn);
3243 // opcode we store them in the InfoCache. As not all opcodes are interesting
3361 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F);
3618 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F);
3812 static bool runAttributorOnFunctions(InformationCache &InfoCache,
3852 Attributor A(Functions, InfoCache, AC);
3915 static bool runAttributorLightOnFunctions(InformationCache &InfoCache,
3945 Attributor A(Functions, InfoCache, AC);
4037 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
4038 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater,
4065 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions);
4066 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater,
4089 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr);
4090 if (runAttributorLightOnFunctions(InfoCache, Functions, AG, CGUpdater, FAM,
4121 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions);
4122 if (runAttributorLightOnFunctions(InfoCache, Functions, AG, CGUpdater, FAM,