Home
last modified time | relevance | path

Searched defs:ParallelCodeGenParallelismLevel (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp428 splitCodeGen(const Config & C,TargetMachine * TM,AddStreamFn AddStream,unsigned ParallelCodeGenParallelismLevel,Module & Mod,const ModuleSummaryIndex & CombinedIndex) splitCodeGen() argument
507 backend(const Config & C,AddStreamFn AddStream,unsigned ParallelCodeGenParallelismLevel,Module & Mod,ModuleSummaryIndex & CombinedIndex) backend() argument
H A DLTO.cpp589 RegularLTOState(unsigned ParallelCodeGenParallelismLevel,const Config & Conf) RegularLTOState() argument
605 LTO(Config Conf,ThinBackend Backend,unsigned ParallelCodeGenParallelismLevel,LTOKind LTOMode) LTO() argument
/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h320 unsigned ParallelCodeGenParallelismLevel; global() member
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp147 static unsigned ParallelCodeGenParallelismLevel = 1; variable