Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h113 MonotonicityMask = ModifierMonotonic | ModifierNonmonotonic, enumerator
114 ModifierMask = OrderingMask | MonotonicityMask,
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp78 switch (SchedType & ~OMPScheduleType::MonotonicityMask) { in isValidWorkshareLoopScheduleType()
127 SchedType & OMPScheduleType::MonotonicityMask; in isValidWorkshareLoopScheduleType()
128 if (MonotonicityFlags == OMPScheduleType::MonotonicityMask) in isValidWorkshareLoopScheduleType()
189 assert((ScheduleType & OMPScheduleType::MonotonicityMask) == in getOpenMPMonotonicityScheduleType()