|
LLVM
8.0.1
|
This is the interface to build a ModuleSummaryIndex for a module. More...
#include "llvm/ADT/Optional.h"#include "llvm/IR/ModuleSummaryIndex.h"#include "llvm/IR/PassManager.h"#include "llvm/Pass.h"#include <functional>

Go to the source code of this file.
Classes | |
| class | llvm::ModuleSummaryIndexAnalysis |
| Analysis pass to provide the ModuleSummaryIndex object. More... | |
| class | llvm::ModuleSummaryIndexWrapperPass |
| Legacy wrapper pass to provide the ModuleSummaryIndex object. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| ModuleSummaryIndex | llvm::buildModuleSummaryIndex (const Module &M, std::function< BlockFrequencyInfo *(const Function &F)> GetBFICallback, ProfileSummaryInfo *PSI) |
Direct function to compute a ModuleSummaryIndex from a given module. More... | |
| ModulePass * | llvm::createModuleSummaryIndexWrapperPass () |
This is the interface to build a ModuleSummaryIndex for a module.
Definition in file ModuleSummaryAnalysis.h.
1.8.13