Home | History | Annotate | Download | only in Analysis

Lines Matching full:monotonic

137     if (LI->getOrdering() == Monotonic) {
150 if (SI->getOrdering() == Monotonic) {
552 // A Monotonic (or higher) load is OK if the query inst is itself not atomic.
557 if (LI->getOrdering() != Monotonic)
626 // A Monotonic store is OK if the query inst is itself not atomic.
631 if (SI->getOrdering() != Monotonic)