Searched defs:CombinedIndex (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 375 const ModuleSummaryIndex &CombinedIndex) { in codegen() 425 const ModuleSummaryIndex &CombinedIndex) { in splitCodeGen() 500 ModuleSummaryIndex &CombinedIndex) { in backend() 545 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend() 686 const ModuleSummaryIndex &CombinedIndex, in initImportList()
|
H A D | LTO.cpp | 1156 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc 1160 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc() 1189 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend() 1206 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread() 1259 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1298 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend() 1334 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend() 1392 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
|
H A D | LTOCodeGenerator.cpp | 548 ModuleSummaryIndex CombinedIndex(false); in optimize() local 573 ModuleSummaryIndex CombinedIndex(false); in compileOptimized() local
|
H A D | ThinLTOCodeGenerator.cpp | 596 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 440 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local 608 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
H A D | LTO.h | 343 ModuleSummaryIndex CombinedIndex; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1503 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, Module *M, in runThinLTOBackend() 1627 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = std::move(*IndexOrErr); in EmitBackendOutput() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6885 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary() 7086 ModuleSummaryIndex &CombinedIndex, in readModuleSummaryIndex()
|