Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isOrdered

126     /// isOrdered - Returns true if dependence is Output, Flow, or Anti
128 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }