Home
last modified time | relevance | path

Searched refs:ModuleSummaryIndexBuilder (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h27 class ModuleSummaryIndexBuilder {
35 ModuleSummaryIndexBuilder() = default;
39 ModuleSummaryIndexBuilder(
60 std::unique_ptr<ModuleSummaryIndexBuilder> IndexBuilder;
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp65 void ModuleSummaryIndexBuilder::computeFunctionSummary( in computeFunctionSummary()
106 void ModuleSummaryIndexBuilder::computeVariableSummary( in computeVariableSummary()
118 ModuleSummaryIndexBuilder::ModuleSummaryIndexBuilder( in ModuleSummaryIndexBuilder() function in ModuleSummaryIndexBuilder
174 IndexBuilder = llvm::make_unique<ModuleSummaryIndexBuilder>( in runOnModule()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp25 Index = ModuleSummaryIndexBuilder(&M).takeIndex(); in run()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp380 ModuleSummaryIndexBuilder IndexBuilder(&TheModule); in ProcessThinLTOModule()