HomeSort by: relevance | last modified time | path
    Searched defs:LoopAnalysisManager (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAnalysisManager.h 1 //===- LoopAnalysisManager.h - Loop analysis management ---------*- C++ -*-===//
75 LoopAnalysisManager;
77 /// A proxy from a \c LoopAnalysisManager to a \c Function.
78 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
85 /// cached in the \c LoopAnalysisManager.
88 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
121 LoopAnalysisManager &getManager() { return *InnerAM; }
136 LoopAnalysisManager *InnerAM;
149 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;

Completed in 58 milliseconds