Lines Matching refs:getAnalysis
31 auto getAnalysis = [&FAM](Function &F) -> AnalysisResultsForFn { in run() local
38 if (!runIPSCCP(M, DL, GetTLI, getAnalysis)) in run()
68 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
70 auto getAnalysis = [this](Function &F) -> AnalysisResultsForFn { in runOnModule() local
72 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
76 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()
82 return runIPSCCP(M, DL, GetTLI, getAnalysis); in runOnModule()
157 return this->getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F); in runOnModule()
160 return this->getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnModule()
163 return this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnModule()
168 this->getAnalysis<DominatorTreeWrapperPass>(F).getDomTree(); in runOnModule()
172 this->getAnalysis<AssumptionCacheTracker>().getAssumptionCache( in runOnModule()