Home
last modified time | relevance | path

Searched defs:CombinedIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.cpp370 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()
HDLTO.cpp1373 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()
HDLTOCodeGenerator.cpp629 ModuleSummaryIndex CombinedIndex(false); in optimize() local
654 ModuleSummaryIndex CombinedIndex(false); in compileOptimized() local
HDThinLTOCodeGenerator.cpp611 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDLTO.h343 ModuleSummaryIndex CombinedIndex; member
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp491 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local
662 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp1189 DiagnosticsEngine &Diags, ModuleSummaryIndex *CombinedIndex, in runThinLTOBackend()
1307 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in EmitBackendOutput() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp8391 ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, in readSummary()
8604 ModuleSummaryIndex &CombinedIndex) { in readModuleSummaryIndex()