LLVM  4.0.0
Classes | Macros | Functions
LTO.cpp File Reference
#include "llvm/LTO/LTO.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/Bitcode/BitcodeWriter.h"
#include "llvm/CodeGen/Analysis.h"
#include "llvm/IR/AutoUpgrade.h"
#include "llvm/IR/DiagnosticPrinter.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/LTO/LTOBackend.h"
#include "llvm/Linker/IRMover.h"
#include "llvm/Object/ModuleSummaryIndexObjectFile.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/SHA1.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/ThreadPool.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Transforms/IPO.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
#include "llvm/Transforms/Utils/SplitModule.h"
#include <set>
Include dependency graph for LTO.cpp:

Go to the source code of this file.

Classes

struct  llvm::lto::InputFile::InputModule
 
class  llvm::lto::ThinBackendProc
 This class defines the interface to the ThinLTO backend. More...
 

Macros

#define DEBUG_TYPE   "lto"
 

Functions

static void computeCacheKey (SmallString< 40 > &Key, const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map< GlobalValue::GUID, GlobalValue::LinkageTypes > &ResolvedODR, const GVSummaryMapTy &DefinedGlobals)
 
static void thinLTOResolveWeakForLinkerGUID (GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, DenseSet< GlobalValueSummary * > &GlobalInvolvedWithAlias, function_ref< bool(GlobalValue::GUID, const GlobalValueSummary *)> isPrevailing, function_ref< void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> recordNewLinkage)
 
static void thinLTOInternalizeAndPromoteGUID (GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID, function_ref< bool(StringRef, GlobalValue::GUID)> isExported)
 
static void writeToResolutionFile (raw_ostream &OS, InputFile *Input, ArrayRef< SymbolResolution > Res)
 

Macro Definition Documentation

#define DEBUG_TYPE   "lto"

Definition at line 47 of file LTO.cpp.

Function Documentation

static void computeCacheKey ( SmallString< 40 > &  Key,
const Config Conf,
const ModuleSummaryIndex Index,
StringRef  ModuleID,
const FunctionImporter::ImportMapTy ImportList,
const FunctionImporter::ExportSetTy ExportList,
const std::map< GlobalValue::GUID, GlobalValue::LinkageTypes > &  ResolvedODR,
const GVSummaryMapTy DefinedGlobals 
)
static
static void thinLTOInternalizeAndPromoteGUID ( GlobalValueSummaryList GVSummaryList,
GlobalValue::GUID  GUID,
function_ref< bool(StringRef, GlobalValue::GUID)>  isExported 
)
static
static void thinLTOResolveWeakForLinkerGUID ( GlobalValueSummaryList GVSummaryList,
GlobalValue::GUID  GUID,
DenseSet< GlobalValueSummary * > &  GlobalInvolvedWithAlias,
function_ref< bool(GlobalValue::GUID, const GlobalValueSummary *)>  isPrevailing,
function_ref< void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)>  recordNewLinkage 
)
static
static void writeToResolutionFile ( raw_ostream OS,
InputFile Input,
ArrayRef< SymbolResolution Res 
)
static