Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dalgo.h115 using std::max_element;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp300 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord()
315 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord()
485 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord()
H A DDumpOutputStyle.cpp1113 std::max_element(IS->name_ids().begin(), IS->name_ids().end()); in dumpStringTableFromPdb()
1826 auto Max = std::max_element( in dumpSectionContribs()
/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp109 std::max_element(IssuedPerCycle.begin(), IssuedPerCycle.end()); in printSchedulerStats()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp326 int SphinxWorkaroundSuffix = NextSuffix[*std::max_element( in emitOption()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp89 return *std::max_element(ContainerLayout.StreamSizes.begin(), in getMaxStreamSize()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h72 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp339 std::max_element(Candidates.begin(), Candidates.end(), in findPointersWrittenOnForwardingPath()
H A DGVNSink.cpp647 std::max_element(VNums.begin(), VNums.end(), in analyzeInstructionForSinking()
H A DJumpThreading.cpp2167 *std::max_element(BBSuccFreq.begin(), BBSuccFreq.end()); in UpdateBlockFreqAndEdgeWeight()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp773 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp843 MachineBasicBlock *S = *std::max_element( in selectSuccBB()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCUDA.cpp228 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp936 if (*std::max_element(CurrentBottomUpReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies()
938 *std::max_element(CurrentTopDownReservedDependencyColoring.begin(), in colorEndsAccordingToDependencies()
/freebsd-12.1/contrib/libc++/include/
H A Dalgorithm564 max_element(ForwardIterator first, ForwardIterator last); // constexpr in C++14
568 max_element(ForwardIterator first, ForwardIterator last, Compare comp); // constexpr in C++14
2487 // max_element
2492 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp)
2495 "std::max_element requires a ForwardIterator");
2510 max_element(_ForwardIterator __first, _ForwardIterator __last)
2512 return _VSTD::max_element(__first, __last,
2541 return *_VSTD::max_element(__t.begin(), __t.end(), __comp);
2549 return *_VSTD::max_element(__t.begin(), __t.end(), __less<_Tp>());
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_valarray.h893 return *std::max_element(_M_data, _M_data+_M_size); in max()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1033 uint64_t MaxWeight = *std::max_element(Weights.begin(), Weights.end()); in createProfileWeights()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_algo.h4881 max_element(_ForwardIterator __first, _ForwardIterator __last) in max_element() function
4908 max_element(_ForwardIterator __first, _ForwardIterator __last, in max_element() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp1073 auto I = std::max_element(B, E, [=](BaseCommand *A, BaseCommand *B) { in findOrphanPos()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1389 auto BestIt = std::max_element(Counts.begin(), Counts.end(), in assignInits()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp275 int64_t MaxIndex = *std::max_element(Indices.begin(), Indices.end()); in constructOperandMask()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp780 *std::max_element(reinterpret_cast<const unsigned char *>(Str.begin()), in optimizeMemChr()
H A DSimplifyCFG.cpp999 uint64_t Max = *std::max_element(Weights.begin(), Weights.end()); in FitWeights()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp561 auto I = std::max_element( in bestOrder()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20053038 * testsuite/25_algorithms/max_element/1.cc: New.
3039 * testsuite/25_algorithms/max_element/check_type.cc: New.

12