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

References

lib/IR/AsmWriter.cpp
  190       List.push_back(std::make_pair(&U, List.size()));
  190       List.push_back(std::make_pair(&U, List.size()));
  192   if (List.size() < 2)
  200   llvm::sort(List, [&](const Entry &L, const Entry &R) {
  232           List.begin(), List.end(),
  232           List.begin(), List.end(),
  238   Stack.emplace_back(V, F, List.size());
  239   assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
  240   for (size_t I = 0, E = List.size(); I != E; ++I)
  241     Stack.back().Shuffle[I] = List[I].second;