Lines Matching full:parallelism
167 // Default parallelism of 0 used to indicate that user did not specify.
168 // Actual parallelism default value depends on implementation.
169 // Currently, code generation defaults to no parallelism, whereas
171 static unsigned Parallelism = 0; variable
247 if (StringRef(opt_ + 5).getAsInteger(10, Parallelism)) in process_plugin_option()
248 message(LDPL_FATAL, "Invalid parallelism level: %s", opt_ + 5); in process_plugin_option()
1073 // Note that the default parallelism is 1 instead of the in runSplitCodeGen()
1075 // parallelism levels (e.g. symbol ordering will be different, and some uses in runSplitCodeGen()
1076 // of inline asm currently have issues with parallelism >1). in runSplitCodeGen()
1077 unsigned int MaxThreads = options::Parallelism ? options::Parallelism : 1; in runSplitCodeGen()
1218 unsigned int MaxThreads = options::Parallelism in thinLTOBackends()
1219 ? options::Parallelism in thinLTOBackends()