reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/Clustering.h
   51     bool operator==(const ClusterId &O) const { return Id_ == O.Id_; }
   51     bool operator==(const ClusterId &O) const { return Id_ == O.Id_; }
   52     bool operator<(const ClusterId &O) const { return Id_ < O.Id_; }
   52     bool operator<(const ClusterId &O) const { return Id_ < O.Id_; }
   54     bool isValid() const { return Id_ <= kMaxValid; }
   56     bool isNoise() const { return Id_ == kNoise; }
   57     bool isError() const { return Id_ == kError; }
   58     bool isUndef() const { return Id_ == kUndef; }
   63       return Id_;