HomeSort by relevance Sort by last modified time
    Searched defs:LoopAnalysisManager (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopPassManager.h 39 typedef AnalysisManager<Loop> LoopAnalysisManager;
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 =
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopAnalysisManager.h 1 //===- LoopAnalysisManager.h - Loop analysis management ---------*- C++ -*-===//
79 LoopAnalysisManager;
81 /// A proxy from a \c LoopAnalysisManager to a \c Function.
82 typedef InnerAnalysisManagerProxy<LoopAnalysisManager, Function>
89 /// cached in the \c LoopAnalysisManager.
92 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
120 LoopAnalysisManager &getManager() { return *InnerAM; }
135 LoopAnalysisManager *InnerAM;
147 extern template class InnerAnalysisManagerProxy<LoopAnalysisManager, Function>;

Completed in 75 milliseconds