Home
last modified time | relevance | path

Searched refs:max_element (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmax_element.h39 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 Dmax.h49 return *std::max_element(__t.begin(), __t.end(), __less<>()); in max()
H A Dranges_max_element.h59 inline constexpr auto max_element = __max_element::__fn{};
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp310 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 DDumpOutputStyle.cpp1074 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 DSchedulerStatistics.cpp109 std::max_element(IssueWidthPerCycle.begin(), IssueWidthPerCycle.end()); in printSchedulerStats()
H A DBottleneckAnalysis.cpp273 const auto It = std::max_element( in getCriticalSequence()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc576 using std::max_element;
579 using std::ranges::max_element;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp141 auto *MostEncompassingPTrue = *std::max_element( in coalescePTrueIntrinsicCalls()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp338 int SphinxWorkaroundSuffix = NextSuffix[*std::max_element( in emitOption()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp89 return *std::max_element(ContainerLayout.StreamSizes.begin(), in getMaxStreamSize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h73 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp352 std::max_element(Candidates.begin(), Candidates.end(), in findPointersWrittenOnForwardingPath()
H A DGVNSink.cpp659 std::max_element(VNums.begin(), VNums.end(), llvm::less_second())->first; in analyzeInstructionForSinking()
H A DJumpThreading.cpp1504 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 DSemaCUDA.cpp322 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp875 MachineBasicBlock *S = *std::max_element( in selectSuccBB()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp907 if (*std::max_element(CurrentBottomUpReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies()
909 *std::max_element(CurrentTopDownReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies()
H A DSIFixSGPRCopies.cpp976 Info->Siblings = SiblingPenalty[*std::max_element( in needToBeConvertedToVALU()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp129 return *std::max_element(Ends.begin(), Ends.end()); in totalSize()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm58 …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 DDataLayout.cpp901 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp706 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 DLoadStoreVectorizer.cpp948 std::max_element(C.begin(), C.end(), [](auto &A, auto &B) { in vectorizeChain()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1344 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights()

12