Searched refs:MonotonicityMask (Results 1 – 3 of 3) sorted by relevance
113 MonotonicityMask = ModifierMonotonic | ModifierNonmonotonic, enumerator114 ModifierMask = OrderingMask | MonotonicityMask,
75 switch (SchedType & ~OMPScheduleType::MonotonicityMask) { in isValidWorkshareLoopScheduleType()124 SchedType & OMPScheduleType::MonotonicityMask; in isValidWorkshareLoopScheduleType()125 if (MonotonicityFlags == OMPScheduleType::MonotonicityMask) in isValidWorkshareLoopScheduleType()186 assert((ScheduleType & OMPScheduleType::MonotonicityMask) == in getOpenMPMonotonicityScheduleType()
2177 if ((SchedType & OMPScheduleType::MonotonicityMask) == in TEST_P()