#include <ParallelWork.h>
Public Types | |
enum | { CollectStats = !Galois::does_not_need_stats<Function>::value, NeedsBreak = Galois::needs_parallel_break<Function>::value, NeedsPush = !Galois::does_not_need_parallel_push<Function>::value, NeedsContext = !Galois::does_not_need_context<Function>::value, NeedsPIA = Galois::needs_per_iter_alloc<Function>::value } |
anonymous enum |