Searched refs:LoopAnalysisManager (Results 1 – 6 of 6) sorted by relevance
39 typedef AnalysisManager<Loop> LoopAnalysisManager; typedef41 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;43 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>86 LoopAnalysisManager &LAM = in run()
130 void crossRegisterProxies(LoopAnalysisManager &LAM,164 void registerLoopAnalyses(LoopAnalysisManager &LAM);
24 template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
66 LoopAnalysisManager LAM(DebugPM); in runPassPipeline()
147 LoopAnalysisManager LAM(true); in TEST_F()
228 void PassBuilder::registerLoopAnalyses(LoopAnalysisManager &LAM) { in registerLoopAnalyses()598 void PassBuilder::crossRegisterProxies(LoopAnalysisManager &LAM, in crossRegisterProxies()