Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmax_element.h29 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 Dmax.h52 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 DMinimalTypeDumper.cpp306 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 DDumpOutputStyle.cpp1177 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 DSchedulerStatistics.cpp109 std::max_element(IssueWidthPerCycle.begin(), IssueWidthPerCycle.end()); in printSchedulerStats()
H A DBottleneckAnalysis.cpp273 const auto It = std::max_element( in getCriticalSequence()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp141 auto *MostEncompassingPTrue = *std::max_element( in coalescePTrueIntrinsicCalls()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp322 int SphinxWorkaroundSuffix = NextSuffix[*std::max_element( in emitOption()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp90 return *std::max_element(ContainerLayout.StreamSizes.begin(), in getMaxStreamSize()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dalgorithm573 max_element(ForwardIterator first, ForwardIterator last);
577 max_element(ForwardIterator first, ForwardIterator last, Compare comp);
703 #include <__algorithm/max_element.h>
H A Dmodule.modulemap262 module max_element { private header "__algorithm/max_element.h" }
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h73 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp344 std::max_element(Candidates.begin(), Candidates.end(), in findPointersWrittenOnForwardingPath()
H A DGVNSink.cpp651 std::max_element(VNums.begin(), VNums.end(), in analyzeInstructionForSinking()
H A DJumpThreading.cpp1576 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 DMachOWriter.cpp148 return *std::max_element(Ends.begin(), Ends.end()); in totalSize()
/freebsd-13.1/lib/libc++/
H A DMakefile286 ALG_HEADERS+= max_element.h
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp284 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp878 MachineBasicBlock *S = *std::max_element( in selectSuccBB()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp861 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp314 auto PartitionerI = std::max_element( in runStep()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp909 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 DGCOV.cpp669 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 DCodeGenPGO.cpp1088 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp948 std::max_element(results.begin(), results.end(), [](auto &c1, auto &c2) { in DisplayCompletions()

12