Lines Matching refs:InfoCache

227                            InformationCache &InfoCache) {  in isValidAtPosition()  argument
236 InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(*Scope); in isValidAtPosition()
1282 InfoCache.getOpcodeInstMapForFunction(*AssociatedFunction); in checkForAllInstructions()
1306 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) { in checkForAllReadWriteInstructions()
2065 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite()
2441 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F); in identifyDefaultAbstractAttributes()
2635 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes()
2782 static bool runAttributorOnFunctions(InformationCache &InfoCache, in runAttributorOnFunctions() argument
2799 Attributor A(Functions, InfoCache, CGUpdater, /* Allowed */ nullptr, in runAttributorOnFunctions()
2903 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() local
2904 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run()
2931 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in run() local
2932 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run()
3007 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in runOnModule() local
3008 return runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in runOnModule()
3044 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in runOnSCC() local
3045 return runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in runOnSCC()