| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | max_element.h | 29 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) in max_element() function 48 max_element(_ForwardIterator __first, _ForwardIterator __last) in max_element() function 50 return _VSTD::max_element(__first, __last, in max_element()
|
| H A D | max.h | 52 return *_VSTD::max_element(__t.begin(), __t.end(), __comp); in max() 61 return *_VSTD::max_element(__t.begin(), __t.end(), __less<_Tp>()); in max()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 306 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() 321 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() 491 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord()
|
| H A D | DumpOutputStyle.cpp | 1177 std::max_element(IS->name_ids().begin(), IS->name_ids().end()); in dumpStringTableFromPdb() 1933 auto Max = std::max_element( in dumpSectionContribs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | SchedulerStatistics.cpp | 109 std::max_element(IssueWidthPerCycle.begin(), IssueWidthPerCycle.end()); in printSchedulerStats()
|
| H A D | BottleneckAnalysis.cpp | 273 const auto It = std::max_element( in getCriticalSequence()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 141 auto *MostEncompassingPTrue = *std::max_element( in coalescePTrueIntrinsicCalls()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 322 int SphinxWorkaroundSuffix = NextSuffix[*std::max_element( in emitOption()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 90 return *std::max_element(ContainerLayout.StreamSizes.begin(), in getMaxStreamSize()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 573 max_element(ForwardIterator first, ForwardIterator last); 577 max_element(ForwardIterator first, ForwardIterator last, Compare comp); 703 #include <__algorithm/max_element.h>
|
| H A D | module.modulemap | 262 module max_element { private header "__algorithm/max_element.h" }
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocPBQP.h | 73 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 344 std::max_element(Candidates.begin(), Candidates.end(), in findPointersWrittenOnForwardingPath()
|
| H A D | GVNSink.cpp | 651 std::max_element(VNums.begin(), VNums.end(), in analyzeInstructionForSinking()
|
| H A D | JumpThreading.cpp | 1576 auto MostPopular = std::max_element( in findMostPopularDest() 2535 *std::max_element(BBSuccFreq.begin(), BBSuccFreq.end()); in updateBlockFreqAndEdgeWeight()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOWriter.cpp | 148 return *std::max_element(Ends.begin(), Ends.end()); in totalSize()
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 286 ALG_HEADERS+= max_element.h
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 284 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 878 MachineBasicBlock *S = *std::max_element( in selectSuccBB()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 861 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | 314 auto PartitionerI = std::max_element( in runStep()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 909 if (*std::max_element(CurrentBottomUpReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies() 911 *std::max_element(CurrentTopDownReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 669 uint32_t maxLineNum = *std::max_element(b.lines.begin(), b.lines.end()); in collectFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1088 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 948 std::max_element(results.begin(), results.end(), [](auto &c1, auto &c2) { in DisplayCompletions()
|