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

/external/llvm/include/llvm/IR/
H A DPassManager.h657 typedef AnalysisManager<Function> FunctionAnalysisManager; typedef in namespace:llvm
669 /// of the validity of the analyses in the \c FunctionAnalysisManager it
711 /// FunctionAnalysisManager.
714 /// analyses in the \c FunctionAnalysisManager are potentially invalidated
766 extern template class InnerAnalysisManagerProxy<FunctionAnalysisManager,
768 /// Provide the \c FunctionAnalysisManager to \c Module proxy.
769 typedef InnerAnalysisManagerProxy<FunctionAnalysisManager, Module>
851 /// pass over the module to enable a \c FunctionAnalysisManager to be used
892 FunctionAnalysisManager &FAM =

Completed in 154 milliseconds