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

References

include/llvm/Support/Parallel.h
  147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) {
  147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) {
  153   IndexTy I = Begin;
  156       for (IndexTy J = I, E = I + TaskSize; J != E; ++J)
  160   for (IndexTy J = I; J < End; ++J)