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

References

lib/Bitcode/Writer/ValueEnumerator.cpp
  179       List.push_back(std::make_pair(&U, List.size()));
  179       List.push_back(std::make_pair(&U, List.size()));
  181   if (List.size() < 2)
  186   llvm::sort(List, [&](const Entry &L, const Entry &R) {
  227           List.begin(), List.end(),
  227           List.begin(), List.end(),
  233   Stack.emplace_back(V, F, List.size());
  234   assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
  235   for (size_t I = 0, E = List.size(); I != E; ++I)
  236     Stack.back().Shuffle[I] = List[I].second;