| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | max_element.h | 39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() function 45 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element() function 46 return std::max_element(__first, __last, __less<>()); in max_element()
|
| H A D | max.h | 49 return *std::max_element(__t.begin(), __t.end(), __less<>()); in max()
|
| H A D | ranges_max_element.h | 59 inline constexpr auto max_element = __max_element::__fn{};
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 310 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() 325 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() 495 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord()
|
| H A D | DumpOutputStyle.cpp | 1074 std::max_element(IS->name_ids().begin(), IS->name_ids().end()); in dumpStringTableFromPdb() 1839 auto Max = std::max_element( in dumpSectionContribs()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 576 using std::max_element; 579 using std::ranges::max_element;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 141 auto *MostEncompassingPTrue = *std::max_element( in coalescePTrueIntrinsicCalls()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 338 int SphinxWorkaroundSuffix = NextSuffix[*std::max_element( in emitOption()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 89 return *std::max_element(ContainerLayout.StreamSizes.begin(), in getMaxStreamSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocPBQP.h | 73 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 352 std::max_element(Candidates.begin(), Candidates.end(), in findPointersWrittenOnForwardingPath()
|
| H A D | GVNSink.cpp | 659 std::max_element(VNums.begin(), VNums.end(), llvm::less_second())->first; in analyzeInstructionForSinking()
|
| H A D | JumpThreading.cpp | 1504 auto MostPopular = std::max_element( in findMostPopularDest() 2559 *std::max_element(BBSuccFreq.begin(), BBSuccFreq.end()); in updateBlockFreqAndEdgeWeight()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 322 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 875 MachineBasicBlock *S = *std::max_element( in selectSuccBB()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 907 if (*std::max_element(CurrentBottomUpReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies() 909 *std::max_element(CurrentTopDownReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies()
|
| H A D | SIFixSGPRCopies.cpp | 976 Info->Siblings = SiblingPenalty[*std::max_element( in needToBeConvertedToVALU()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.cpp | 129 return *std::max_element(Ends.begin(), Ends.end()); in totalSize()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 58 …constexpr I ranges::max_element(I first, S last, Comp comp = {}, Proj proj = {}); … 62 …constexpr borrowed_iterator_t<R> ranges::max_element(R&& r, Comp comp = {}, Proj proj = {}); … 1697 max_element(ForwardIterator first, ForwardIterator last); 1701 max_element(ForwardIterator first, ForwardIterator last, Compare comp); 1835 #include <__algorithm/max_element.h>
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 901 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 706 uint32_t maxLineNum = *std::max_element(b.lines.begin(), b.lines.end()); in collectFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 948 std::max_element(C.begin(), C.end(), [](auto &A, auto &B) { in vectorizeChain()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1344 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights()
|