Lines Matching refs:getAnalysis
30 auto getAnalysis = [&FAM](Function &F) -> AnalysisResultsForFn { in run() local
37 if (!runIPSCCP(M, DL, GetTLI, getAnalysis)) in run()
67 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
69 auto getAnalysis = [this](Function &F) -> AnalysisResultsForFn { in runOnModule() local
71 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
75 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
81 return runIPSCCP(M, DL, GetTLI, getAnalysis); in runOnModule()
155 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
158 return this->getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnModule()
161 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
166 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
170 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()