Lines Matching refs:isOrdered
126 /// isOrdered - Returns true if dependence is Output, Flow, or Anti128 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); }