|
LLVM 24.0.0git
|
#include "llvm/Support/Parallel.h"
Public Member Functions | |
| LLVM_ABI | TaskGroup () |
| LLVM_ABI | ~TaskGroup () |
| LLVM_ABI void | spawn (std::function< void()> f) |
| bool | isParallel () const |
Definition at line 70 of file Parallel.h.
| TaskGroup::TaskGroup | ( | ) |
Definition at line 224 of file Parallel.cpp.
References else, if(), and llvm::parallel::strategy.
| TaskGroup::~TaskGroup | ( | ) |
Definition at line 234 of file Parallel.cpp.
|
inline |
Definition at line 81 of file Parallel.h.
| void TaskGroup::spawn | ( | std::function< void()> | f | ) |
Definition at line 244 of file Parallel.cpp.
References F.
Referenced by llvm::dwarf_linker::parallel::DWARFLinkerImpl::assignOffsets(), llvm::dwarf_linker::parallel::TypeUnit::createDIETree(), llvm::dwarf_linker::parallel::DWARFLinkerImpl::emitCommonSectionsAndWriteCompileUnitsToTheOutput(), llvm::dwarf_linker::parallel::DWARFLinkerImpl::link(), and llvm::parallelFor().