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

References

lib/Bitcode/Writer/ValueEnumerator.cpp
  518   if (CstStart == CstEnd || CstStart+1 == CstEnd) return;
  518   if (CstStart == CstEnd || CstStart+1 == CstEnd) return;
  525   std::stable_sort(Values.begin() + CstStart, Values.begin() + CstEnd,
  538   std::stable_partition(Values.begin() + CstStart, Values.begin() + CstEnd,
  542   for (; CstStart != CstEnd; ++CstStart)
  542   for (; CstStart != CstEnd; ++CstStart)
  543     ValueMap[Values[CstStart].first] = CstStart+1;
  543     ValueMap[Values[CstStart].first] = CstStart+1;