Searched refs:KMP_COUNT_BLOCK (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h895 * \details Use KMP_COUNT_BLOCK(name, value) macro to increment a statistics
900 #define KMP_COUNT_BLOCK(name) \ macro
970 #define KMP_COUNT_DEVELOPER_BLOCK(n) KMP_COUNT_BLOCK(n)
990 #define KMP_COUNT_BLOCK(n) ((void)0) macro
H A Dkmp_csupport.cpp276 KMP_COUNT_BLOCK(OMP_NESTED_PARALLEL);
278 KMP_COUNT_BLOCK(OMP_PARALLEL);
372 KMP_COUNT_BLOCK(OMP_TEAMS);
702 KMP_COUNT_BLOCK(OMP_BARRIER);
760 KMP_COUNT_BLOCK(OMP_MASTER);
1153 KMP_COUNT_BLOCK(OMP_CRITICAL);
1371 KMP_COUNT_BLOCK(OMP_CRITICAL);
1729 KMP_COUNT_BLOCK(OMP_SINGLE);
2538 KMP_COUNT_BLOCK(OMP_set_lock);
2963 KMP_COUNT_BLOCK(OMP_test_loc
[all...]
H A Dkmp_sched.cpp76 KMP_COUNT_BLOCK(OMP_LOOP_STATIC);
426 KMP_COUNT_BLOCK(OMP_DISTRIBUTE);
H A Dkmp_tasking.cpp1485 KMP_COUNT_BLOCK(TASK_cancelled);
1499 KMP_COUNT_BLOCK(TASK_executed);
1925 KMP_COUNT_BLOCK(OMP_TASKYIELD);
2762 KMP_COUNT_BLOCK(TASK_stolen);
4088 KMP_COUNT_BLOCK(OMP_TASKLOOP);
H A Dkmp_dispatch.cpp351 KMP_COUNT_BLOCK(OMP_LOOP_STATIC_STEAL);
808 KMP_COUNT_BLOCK(OMP_LOOP_STATIC);
810 KMP_COUNT_BLOCK(OMP_LOOP_DYNAMIC);

Completed in 402 milliseconds