OmpSupport::useStaticSchedule
Check if an omp for/do loop use static schedule or not, including: default schedule, or schedule(static[,chunk_size])
Synopsis
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
[[visibility]]
bool
useStaticSchedule(SgOmpClauseBodyStatement* omp_loop);
Created with MrDocs