HomeSort by relevance Sort by last modified time
    Searched refs:ModuleAnalysisManager (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Passes/
PassBuilder.h 41 /// ModuleAnalysisManager with all registered module analyses. Callers can
43 void registerModuleAnalyses(ModuleAnalysisManager &MAM);
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 138 explicit Result(const ModuleAnalysisManager &MAM) : MAM(&MAM) {}
148 const ModuleAnalysisManager &getManager() const { return *MAM; }
154 const ModuleAnalysisManager *MAM;
161 ModuleAnalysisManagerCGSCCProxy(const ModuleAnalysisManager &MAM)
183 const ModuleAnalysisManager *MAM;
218 PreservedAnalyses run(Module &M, ModuleAnalysisManager *AM) {
LazyCallGraph.h 567 PreservedAnalyses run(Module &M, ModuleAnalysisManager *AM);
  /external/llvm/tools/opt/
NewPMDriver.cpp 49 ModuleAnalysisManager MAM(DebugPM);
  /external/llvm/unittests/IR/
PassManagerTest.cpp 70 Result run(Module &M, ModuleAnalysisManager *AM) {
106 PreservedAnalyses run(Module &M, ModuleAnalysisManager *AM) {
130 const ModuleAnalysisManager &MAM =
237 ModuleAnalysisManager MAM;
  /external/llvm/include/llvm/IR/
PassManager.h 587 typedef AnalysisManager<Module> ModuleAnalysisManager;
693 explicit Result(const ModuleAnalysisManager &MAM) : MAM(&MAM) {}
703 const ModuleAnalysisManager &getManager() const { return *MAM; }
709 const ModuleAnalysisManager *MAM;
716 ModuleAnalysisManagerFunctionProxy(const ModuleAnalysisManager &MAM)
739 const ModuleAnalysisManager *MAM;
746 /// to a \c ModuleAnalysisManager it will run the
785 PreservedAnalyses run(Module &M, ModuleAnalysisManager *AM) {
    [all...]
  /external/llvm/lib/Passes/
PassBuilder.cpp 98 void PassBuilder::registerModuleAnalyses(ModuleAnalysisManager &MAM) {
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 712 ModuleAnalysisManager *AM) {

Completed in 977 milliseconds