HomeSort by relevance Sort by last modified time
    Searched refs:Threshold (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/tools/llvm-cov/
CoverageFilters.h 54 /// \brief Matches numbers that pass a certain threshold.
61 T Threshold;
63 StatisticThresholdFilter(Operation Op, T Threshold)
64 : Op(Op), Threshold(Threshold) {}
67 /// or greater than the certain threshold.
71 return Value < Threshold;
73 return Value > Threshold;
84 RegionCoverageFilter(Operation Op, double Threshold)
85 : StatisticThresholdFilter(Op, Threshold) {}
    [all...]
  /external/llvm/include/llvm/Analysis/
InlineCost.h 48 /// Objects of this type also provide the adjusted threshold for inlining
51 /// threshold for this cost metric.
61 /// \brief The adjusted threshold against which this cost was computed.
62 const int Threshold;
65 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
68 static InlineCost get(int Cost, int Threshold) {
71 return InlineCost(Cost, Threshold);
82 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 61 /// Objects of this type also provide the adjusted threshold for inlining
64 /// threshold for this cost metric.
74 /// \brief The adjusted threshold against which this cost was computed.
75 const int Threshold;
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
81 static InlineCost get(int Cost, int Threshold) {
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 60 /// Objects of this type also provide the adjusted threshold for inlining
63 /// threshold for this cost metric.
73 /// \brief The adjusted threshold against which this cost was computed.
74 const int Threshold;
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
80 static InlineCost get(int Cost, int Threshold) {
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 60 /// Objects of this type also provide the adjusted threshold for inlining
63 /// threshold for this cost metric.
73 /// \brief The adjusted threshold against which this cost was computed.
74 const int Threshold;
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
80 static InlineCost get(int Cost, int Threshold) {
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 60 /// Objects of this type also provide the adjusted threshold for inlining
63 /// threshold for this cost metric.
73 /// \brief The adjusted threshold against which this cost was computed.
74 const int Threshold;
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
80 static InlineCost get(int Cost, int Threshold) {
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 60 /// Objects of this type also provide the adjusted threshold for inlining
63 /// threshold for this cost metric.
73 /// \brief The adjusted threshold against which this cost was computed.
74 const int Threshold;
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
80 static InlineCost get(int Cost, int Threshold) {
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 60 /// Objects of this type also provide the adjusted threshold for inlining
63 /// threshold for this cost metric.
73 /// \brief The adjusted threshold against which this cost was computed.
74 const int Threshold;
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
80 static InlineCost get(int Cost, int Threshold) {
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 60 /// Objects of this type also provide the adjusted threshold for inlining
63 /// threshold for this cost metric.
73 /// \brief The adjusted threshold against which this cost was computed.
74 const int Threshold;
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {}
80 static InlineCost get(int Cost, int Threshold) {
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
    [all...]
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 44 // * the --inline-threshold flag, or
54 explicit SimpleInliner(int Threshold)
55 : Inliner(ID), DefaultThreshold(Threshold) {
89 Pass *llvm::createFunctionInliningPass(int Threshold) {
90 return new SimpleInliner(Threshold);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 31 UnrollThreshold("unroll-threshold", cl::init(150), cl::Hidden,
41 "-unroll-threshold loop size is reached."));
62 /// A magic value for use with the Threshold parameter to indicate
67 // Threshold to use when optsize is specified (and there is no
68 // explicit -unroll-threshold).
106 Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial) {
107 return new LoopUnroll(Threshold, Count, AllowPartial);
138 // Determine the current unrolling threshold. While this is normally set
140 // function is marked as optimize-for-size, and the unroll threshold was
142 unsigned Threshold = CurrentThreshold
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_threshold.cpp 16 constexpr wchar_t kName[] = L"threshold";
25 XFA_Element::Threshold,
cxfa_log.cpp 14 {XFA_Element::Threshold, 1, 0},
  /external/swiftshader/third_party/LLVM/lib/Analysis/
CaptureTracking.cpp 36 /// that path, and remove this threshold.
37 static int const Threshold = 20;
49 SmallVector<Use*, Threshold> Worklist;
50 SmallSet<Use*, Threshold> Visited;
57 if (Count++ >= Threshold)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineSimple.cpp 40 SimpleInliner(int Threshold) : Inliner(ID, Threshold) {
72 Pass *llvm::createFunctionInliningPass(int Threshold) {
73 return new SimpleInliner(Threshold);
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
CompLim.h 48 LVM_INT16 Threshold; /* Target threshold */
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Scalar.h 185 Pass *createLoopUnrollPass(int OptLevel = 2, int Threshold = -1, int Count = -1,
251 // internal BB duplication default threshold.
253 FunctionPass *createJumpThreadingPass(int Threshold = -1);
261 int Threshold = -1, std::function<bool(const Function &)> Ftor = nullptr);
269 int Threshold = -1, std::function<bool(const Function &)> Ftor = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/
Scalar.h 185 Pass *createLoopUnrollPass(int OptLevel = 2, int Threshold = -1, int Count = -1,
251 // internal BB duplication default threshold.
253 FunctionPass *createJumpThreadingPass(int Threshold = -1);
261 int Threshold = -1, std::function<bool(const Function &)> Ftor = nullptr);
269 int Threshold = -1, std::function<bool(const Function &)> Ftor = nullptr);

Completed in 1175 milliseconds

1 2 3 4 5 6 7 8 9