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

References

lib/CodeGen/RegisterCoalescer.cpp
  771   assert(BValNo != nullptr && BValNo->def == CopyIdx);
  771   assert(BValNo != nullptr && BValNo->def == CopyIdx);
  811   if (hasOtherReachingDefs(IntA, IntB, AValNo, BValNo))
  900     BValNo = IntB.MergeValueNumberInto(DVNI, BValNo);
  900     BValNo = IntB.MergeValueNumberInto(DVNI, BValNo);
  966   BValNo->def = AValNo->def;
  967   auto P = addSegmentsWithValNo(IntB, BValNo, IntA, AValNo);