Lines Matching refs:InfoCache
2244 InformationCache &InfoCache = A.getInfoCache(); in updateImpl() local
2246 DT = InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(*Fn); in updateImpl()
2247 AC = InfoCache.getAnalysisResultForFunction<AssumptionAnalysis>(*Fn); in updateImpl()
5584 InformationCache &InfoCache = A.getInfoCache(); in handleGenericInst() local
5587 InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(*F); in handleGenericInst()
5589 auto *AC = InfoCache.getAnalysisResultForFunction<AssumptionAnalysis>(*F); in handleGenericInst()
8041 InformationCache &InfoCache = A.getInfoCache(); in isValidCtxInstructionForOutsideAnalysis() local
8043 InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>( in isValidCtxInstructionForOutsideAnalysis()
9227 InformationCache &InfoCache = A.getInfoCache(); in followUseInMBEC() local
9229 DT = InfoCache.getAnalysisResultForFunction<DominatorTreeAnalysis>(*F); in followUseInMBEC()
9230 AC = InfoCache.getAnalysisResultForFunction<AssumptionAnalysis>(*F); in followUseInMBEC()