Searched refs:min_element (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgo.h114 using std::min_element;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h91 return std::min_element(Data.get(), Data.get() + Length) - Data.get();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp317 auto EarliestSU = std::min_element(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h463 std::min_element(NotProvablyAllocatableNodes.begin(),
H A DBasicTTIImpl.h1498 auto MinLegalCostI = std::min_element(LegalCost.begin(), LegalCost.end());
1503 std::min_element(CustomCost.begin(), CustomCost.end());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp352 std::min_element(Candidates.begin(), Candidates.end(),
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_valarray.h885 return *std::min_element(_M_data, _M_data+_M_size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1339 IFListType::iterator MinI = std::min_element(LL.begin(), LL.end(), IFO);
H A DHexagonCommonGEP.cpp602 GepNode *Min = *std::min_element(S.begin(), S.end(), NodeOrder);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h4870 // min_element and max_element, with and without an explicitly supplied
4933 min_element(_ForwardIterator __first, _ForwardIterator __last) function
4960 min_element(_ForwardIterator __first, _ForwardIterator __last, function
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2588 OrigN = *std::min_element(OrigN->pred_begin(), OrigN->pred_end(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10466 return std::make_tuple(*std::min_element(std::begin(Sizes), std::end(Sizes)),

Completed in 148 milliseconds