|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Support/BranchProbability.h 211 uint64_t Sum = std::accumulate(Begin, End, uint64_t(0),
lib/Analysis/BlockFrequencyInfoImpl.cpp 244 assert(Total == std::accumulate(Weights.begin(), Weights.end(), UINT64_C(0),
lib/CodeGen/GlobalISel/LegalizerInfo.cpp 694 const unsigned NumTypeIdxs = std::accumulate(
701 const unsigned NumImmIdxs = std::accumulate(
lib/MC/MCCodePadder.cpp 48 PoliciesMask = std::accumulate(
89 PoliciesMask = std::accumulate(
239 double OffsetWeight = std::accumulate(
321 RangeWeight += std::accumulate(
lib/Target/AArch64/AArch64InstrInfo.cpp 5045 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0,
lib/Target/Hexagon/HexagonConstExtenders.cpp 1377 unsigned N = std::accumulate(V.begin(), V.end(), 0u,
lib/Target/X86/X86FlagsCopyLowering.cpp 463 std::accumulate(std::next(TestMBB->pred_begin()), TestMBB->pred_end(),
lib/Target/X86/X86InstrInfo.cpp 7993 std::accumulate(RepeatedSequenceLocs[0].front(),
lib/Transforms/Instrumentation/PGOInstrumentation.cpp 1720 std::accumulate(Weights.begin(), Weights.end(), (uint64_t)0,
1723 std::accumulate(EdgeCounts.begin(), EdgeCounts.end(), (uint64_t)0,
lib/Transforms/Scalar/LoopStrengthReduce.cpp 1225 return std::accumulate(S->op_begin(), S->op_end(), 0,
lib/Transforms/Scalar/MergeICmps.cpp 576 const int size = std::accumulate(Comparisons.begin(), Comparisons.end(), 0,
646 const unsigned TotalSizeBits = std::accumulate(
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp 2343 int Cost = std::accumulate(
lib/Transforms/Utils/MisExpect.cpp 124 const uint64_t CaseTotal = std::accumulate(
tools/clang/lib/Parse/ParseExprCXX.cpp 1073 unsigned NumEllipses = std::accumulate(
tools/llvm-mca/Views/TimelineView.cpp 211 WaitTimeEntry TotalWaitTime = std::accumulate(
unittests/XRay/ProfileTest.cpp 196 Profile Merged = std::accumulate(Profiles.begin(), Profiles.end(), Profile(),
232 Profile Merged = std::accumulate(Profiles.begin(), Profiles.end(), Profile(),
utils/TableGen/GlobalISelEmitter.cpp 1568 return std::accumulate(
2169 return std::accumulate(
2175 std::accumulate(
3173 return std::accumulate(