Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h944 #define KMP_TIME_PARTITIONED_BLOCK(name) \ macro
982 #define KMP_TIME_DEVELOPER_PARTITIONED_BLOCK(n) KMP_TIME_PARTITIONED_BLOCK(n)
1013 #define KMP_TIME_PARTITIONED_BLOCK(name) ((void)0) macro
H A Dkmp_barrier.cpp1770 KMP_TIME_PARTITIONED_BLOCK(OMP_plain_barrier); in __kmp_barrier_template()
2176 KMP_TIME_PARTITIONED_BLOCK(OMP_join_barrier); in __kmp_join_barrier()
2418 KMP_TIME_PARTITIONED_BLOCK(OMP_fork_barrier); in __kmp_fork_barrier()
H A Dkmp_dispatch.cpp2195 KMP_TIME_PARTITIONED_BLOCK(OMP_loop_dynamic_scheduling); in __kmp_dispatch_next()
2554 KMP_TIME_PARTITIONED_BLOCK(OMP_sections_overhead); in __kmpc_next_section()
H A Dkmp_runtime.cpp1535 KMP_TIME_PARTITIONED_BLOCK(OMP_parallel); in __kmp_fork_in_teams()
1770 KMP_TIME_PARTITIONED_BLOCK(OMP_parallel); in __kmp_serial_fork_call()
1869 KMP_TIME_PARTITIONED_BLOCK(OMP_parallel); in __kmp_serial_fork_call()
H A Dkmp_tasking.cpp4884 KMP_TIME_PARTITIONED_BLOCK(OMP_taskloop_scheduling);