Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_gsupport.cpp1158 #define OMPT_LOOP_POST() \ macro
1167 #define OMPT_LOOP_POST()
1173 kmp_sch_static, OMPT_LOOP_PRE, OMPT_LOOP_POST)
1176 kmp_sch_dynamic_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST)
1179 kmp_sch_guided_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST)
1182 kmp_sch_runtime, OMPT_LOOP_PRE, OMPT_LOOP_POST)
1537 kmp_sch_static, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP() argument
1539 kmp_sch_dynamic_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP()
1542 kmp_sch_guided_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP()
1545 kmp_sch_dynamic_chunked, OMPT_LOOP_PRE, OMPT_LOOP_POST) in PARALLEL_LOOP()
[all …]