Searched defs:LoopAnalysisManager (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopPassManager.h39 typedef AnalysisManager<Loop> LoopAnalysisManager; typedef in namespace:llvm
41 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;
42 /// A proxy from a \c LoopAnalysisManager to a \c Function.
43 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
60 /// LoopAnalysisManager to be used within this run safely.
86 LoopAnalysisManager &LAM =

Completed in 304 milliseconds