Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp215 getOpenMPMonotonicityScheduleType(OMPScheduleType ScheduleType, in getOpenMPMonotonicityScheduleType() argument
218 assert((ScheduleType & OMPScheduleType::MonotonicityMask) == in getOpenMPMonotonicityScheduleType()
225 return ScheduleType | OMPScheduleType::ModifierMonotonic; in getOpenMPMonotonicityScheduleType()
227 return ScheduleType | OMPScheduleType::ModifierNonmonotonic; in getOpenMPMonotonicityScheduleType()
236 ScheduleType & ~OMPScheduleType::ModifierMask; in getOpenMPMonotonicityScheduleType()
242 return ScheduleType; in getOpenMPMonotonicityScheduleType()
244 return ScheduleType | OMPScheduleType::ModifierNonmonotonic; in getOpenMPMonotonicityScheduleType()