reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/Parallel.h
   74   void spawn(std::function<void()> f);

References

include/llvm/Support/Parallel.h
  114   TG.spawn([=, &Comp, &TG] {
  140     TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); });
  155     TG.spawn([=, &Fn] {