Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp321 KMP_COUNT_BLOCK(OMP_NESTED_PARALLEL); in __kmpc_fork_call()
323 KMP_COUNT_BLOCK(OMP_PARALLEL); in __kmpc_fork_call()
510 KMP_COUNT_BLOCK(OMP_TEAMS); in __kmpc_fork_teams()
813 KMP_COUNT_BLOCK(OMP_BARRIER); in __kmpc_barrier()
873 KMP_COUNT_BLOCK(OMP_MASTER); in __kmpc_master()
963 KMP_COUNT_BLOCK(OMP_MASKED); in __kmpc_masked()
1351 KMP_COUNT_BLOCK(OMP_CRITICAL); in __kmpc_critical()
1572 KMP_COUNT_BLOCK(OMP_CRITICAL); in __kmpc_critical_with_hint()
1929 KMP_COUNT_BLOCK(OMP_SINGLE); in __kmpc_single()
2807 KMP_COUNT_BLOCK(OMP_set_lock); in __kmpc_set_lock()
[all …]
H A Dkmp_stats.h911 #define KMP_COUNT_BLOCK(name) \ macro
981 #define KMP_COUNT_DEVELOPER_BLOCK(n) KMP_COUNT_BLOCK(n)
1001 #define KMP_COUNT_BLOCK(n) ((void)0) macro
H A Dkmp_sched.cpp85 KMP_COUNT_BLOCK(OMP_LOOP_STATIC); in __kmp_for_static_init()
490 KMP_COUNT_BLOCK(OMP_DISTRIBUTE); in __kmp_dist_for_static_init()
H A Dkmp_dispatch.cpp441 KMP_COUNT_BLOCK(OMP_LOOP_STATIC_STEAL); in __kmp_dispatch_init_algorithm()
1011 KMP_COUNT_BLOCK(OMP_LOOP_STATIC); in __kmp_dispatch_init()
1013 KMP_COUNT_BLOCK(OMP_LOOP_DYNAMIC); in __kmp_dispatch_init()
2487 KMP_COUNT_BLOCK(OMP_SECTIONS); in __kmpc_sections_init()
H A Dkmp_tasking.cpp1825 KMP_COUNT_BLOCK(TASK_cancelled);
1839 KMP_COUNT_BLOCK(TASK_executed);
2365 KMP_COUNT_BLOCK(OMP_TASKYIELD);
3351 KMP_COUNT_BLOCK(TASK_stolen);
4883 KMP_COUNT_BLOCK(OMP_TASKLOOP);