Searched defs:CombinedIndex (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 370 const ModuleSummaryIndex &CombinedIndex) { in codegen() 429 const ModuleSummaryIndex &CombinedIndex) { in splitCodeGen() 508 ModuleSummaryIndex &CombinedIndex) { in backend() 554 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend() 700 const ModuleSummaryIndex &CombinedIndex, in initImportList()
|
H A D | LTO.cpp | 1373 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc 1380 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() 1442 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend() 1461 ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread() 1523 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1569 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend() 1618 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend() 1670 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
|
H A D | LTOCodeGenerator.cpp | 629 ModuleSummaryIndex CombinedIndex(false); in optimize() local 654 ModuleSummaryIndex CombinedIndex(false); in compileOptimized() local
|
H A D | ThinLTOCodeGenerator.cpp | 611 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 343 ModuleSummaryIndex CombinedIndex; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 491 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local 662 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1189 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, in runThinLTOBackend() 1307 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in EmitBackendOutput() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8391 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, in readSummary() 8604 ModuleSummaryIndex &CombinedIndex) { in readModuleSummaryIndex()
|