Searched defs:CombinedIndex (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 363 const ModuleSummaryIndex &CombinedIndex) { in codegen() 422 const ModuleSummaryIndex &CombinedIndex) { in splitCodeGen() 497 ModuleSummaryIndex &CombinedIndex) { in backend() 542 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend() 685 const ModuleSummaryIndex &CombinedIndex, in initImportList()
|
H A D | LTO.cpp | 1200 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc 1206 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() 1263 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend() 1282 ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread() 1344 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1389 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend() 1423 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend() 1466 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
|
H A D | LTOCodeGenerator.cpp | 636 ModuleSummaryIndex CombinedIndex(false); in optimize() local 661 ModuleSummaryIndex CombinedIndex(false); in compileOptimized() local
|
H A D | ThinLTOCodeGenerator.cpp | 632 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 483 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local 656 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1116 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, Module *M, in runThinLTOBackend() 1234 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in EmitBackendOutput() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | LTO.h | 321 ModuleSummaryIndex CombinedIndex; member
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7993 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, uint64_t ModuleId, in readSummary() 8193 ModuleSummaryIndex &CombinedIndex, in readModuleSummaryIndex()
|