Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DParallelCG.h40 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DParallelCG.cpp38 std::unique_ptr<Module> llvm::splitCodeGen( in splitCodeGen() function in llvm
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp336 void splitCodeGen(Config &C, TargetMachine *TM, AddStreamFn AddStream, in splitCodeGen() function
436 splitCodeGen(C, TM.get(), AddStream, ParallelCodeGenParallelismLevel, in backend()
H A DLTOCodeGenerator.cpp578 MergedModule = splitCodeGen(std::move(MergedModule), Out, {}, in compileOptimized()