Lines Matching refs:InfoCache

248                            InformationCache &InfoCache) {  in isValidAtPosition()  argument
260 InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>( in isValidAtPosition()
1651 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in checkForAllInstructions()
1688 InfoCache.getReadOrWriteInstsForFunction(*AssociatedFunction)) { in checkForAllReadWriteInstructions()
2475 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(*Fn); in isValidFunctionSignatureRewrite()
2887 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F); in identifyDefaultAbstractAttributes()
3094 auto &OpcodeInstMap = InfoCache.getOpcodeInstMapForFunction(F); in identifyDefaultAbstractAttributes()
3270 static bool runAttributorOnFunctions(InformationCache &InfoCache, in runAttributorOnFunctions() argument
3290 Attributor A(Functions, InfoCache, AC); in runAttributorOnFunctions()
3393 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in run() local
3394 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run()
3421 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in run() local
3422 if (runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in run()
3498 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ nullptr); in runOnModule() local
3499 return runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in runOnModule()
3536 InformationCache InfoCache(M, AG, Allocator, /* CGSCC */ &Functions); in runOnSCC() local
3537 return runAttributorOnFunctions(InfoCache, Functions, AG, CGUpdater, in runOnSCC()