LLVM  8.0.1
Classes | Namespaces | Functions
ModuleSummaryAnalysis.h File Reference

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>
Include dependency graph for ModuleSummaryAnalysis.h:
This graph shows which files directly or indirectly include this file:

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...
 
ModulePassllvm::createModuleSummaryIndexWrapperPass ()
 

Detailed Description

This is the interface to build a ModuleSummaryIndex for a module.

Definition in file ModuleSummaryAnalysis.h.