Searched refs:OMPT_LOOP_POST (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_gsupport.cpp | 1197 #define OMPT_LOOP_POST() \ macro 1206 #define OMPT_LOOP_POST() 1212 kmp_sch_static, OMPT_LOOP_PRE, OMPT_LOOP_POST) 1215 kmp_sch_dynamic_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) 1218 kmp_sch_guided_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) 1221 kmp_sch_runtime, OMPT_LOOP_PRE, OMPT_LOOP_POST) 1608 kmp_sch_static, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP() argument 1610 kmp_sch_dynamic_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP() 1613 kmp_sch_guided_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP() 1616 kmp_sch_dynamic_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP() [all …]
|