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

References

include/llvm/ADT/EquivalenceClasses.h
   73     ElemTy Data;
   77     ECValue(const ElemTy &Elt)
  107     const ElemTy &getData() const { return Data; }
  163   iterator findValue(const ElemTy &V) const {
  170   const ElemTy &getLeaderValue(const ElemTy &V) const {
  170   const ElemTy &getLeaderValue(const ElemTy &V) const {
  179   const ElemTy &getOrInsertLeaderValue(const ElemTy &V) {
  179   const ElemTy &getOrInsertLeaderValue(const ElemTy &V) {
  199   iterator insert(const ElemTy &Data) {
  211   member_iterator findLeader(const ElemTy &V) const {
  217   member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) {
  217   member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) {
  243   bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const {
  243   bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const {
  252                                                const ElemTy, ptrdiff_t> {
  256                                 const ElemTy, ptrdiff_t>;