Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isConsistent

148     /// isConsistent - Returns true if this dependence is consistent
150 virtual bool isConsistent() const { return false; }
229 /// isConsistent - Returns true if this dependence is consistent
231 bool isConsistent() const override { return Consistent; }