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

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  685     max_element(_FIter, _FIter);

References

include/llvm/CodeGen/RegAllocPBQP.h
   71       *std::max_element(ColCounts, ColCounts + M.getCols() - 1);
lib/DebugInfo/PDB/Native/PDBFile.cpp
   89   return *std::max_element(ContainerLayout.StreamSizes.begin(),
lib/IR/DataLayout.cpp
  792   auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end());
lib/Target/AMDGPU/SIMachineScheduler.cpp
  935   if (*std::max_element(CurrentBottomUpReservedDependencyColoring.begin(),
  937       *std::max_element(CurrentTopDownReservedDependencyColoring.begin(),
lib/Transforms/Scalar/JumpThreading.cpp
 2192       *std::max_element(BBSuccFreq.begin(), BBSuccFreq.end());
lib/Transforms/Utils/SimplifyCFG.cpp
  990   uint64_t Max = *std::max_element(Weights.begin(), Weights.end());
lib/Transforms/Utils/SimplifyLibCalls.cpp
  936         *std::max_element(reinterpret_cast<const unsigned char *>(Str.begin()),
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10470                          *std::max_element(std::begin(Sizes), std::end(Sizes)),
tools/clang/lib/CodeGen/CodeGenPGO.cpp
 1032   uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end());
tools/llvm-mca/Views/SchedulerStatistics.cpp
  109       std::max_element(IssueWidthPerCycle.begin(), IssueWidthPerCycle.end());
tools/llvm-objcopy/MachO/MachOWriter.cpp
  122     return *std::max_element(Ends.begin(), Ends.end());
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1182           std::max_element(IS->name_ids().begin(), IS->name_ids().end());
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  305   auto Max = std::max_element(Indices.begin(), Indices.end());
  320   auto Max = std::max_element(Indices.begin(), Indices.end());
  490   auto Max = std::max_element(Indices.begin(), Indices.end());
tools/llvm-rc/ResourceFileWriter.cpp
 1477       *std::max_element(FileVer.begin(), FileVer.end()), "FILEVERSION fields"));
 1483       *std::max_element(ProdVer.begin(), ProdVer.end()),
usr/include/c++/7.4.0/bits/stl_algo.h
 3463     { return *std::max_element(__l.begin(), __l.end()); }
utils/TableGen/CodeGenSchedule.cpp
  274   int64_t MaxIndex = *std::max_element(Indices.begin(), Indices.end());