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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  648   llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS,
  658   auto MinValItr = ConstCandVec.begin();
  659   for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end();
  659   for (auto CC = std::next(ConstCandVec.begin()), E = ConstCandVec.end();
  695   findAndMakeBaseConstant(MinValItr, ConstCandVec.end(), ConstInfoVec);