Searched defs:ParallelCodeGenParallelismLevel (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 430 splitCodeGen(const Config & C,TargetMachine * TM,AddStreamFn AddStream,unsigned ParallelCodeGenParallelismLevel,Module & Mod,const ModuleSummaryIndex & CombinedIndex) splitCodeGen() argument 505 backend(const Config & C,AddStreamFn AddStream,unsigned ParallelCodeGenParallelismLevel,Module & Mod,ModuleSummaryIndex & CombinedIndex) backend() argument
|
H A D | LTO.cpp | 592 : ParallelCodeGenParallelismLevel(ParallelCodeGenParallelismLevel), in LTO() argument 578 RegularLTOState(unsigned ParallelCodeGenParallelismLevel,const Config & Conf) RegularLTOState() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 318 unsigned ParallelCodeGenParallelismLevel; global() member
|