Searched defs:Threshold (Results 1 - 25 of 45) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DInlineCost.h74 const int Threshold; member in class:llvm::InlineCost
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
80 static InlineCost get(int Cost, int Threshold) { argument
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
111 int getCostDelta() const { return Threshold - getCost(); }
127 /// Threshold to use for callees with inline hint.
130 /// Threshold t
[all...]
H A DTargetTransformInfo.h273 unsigned Threshold; member in struct:llvm::TargetTransformInfo::UnrollingPreferences
275 /// the Threshold by a certain percent to allow more aggressive complete
277 /// can apply to Threshold (The value should be no less than 100).
278 /// BoostedThreshold = Threshold * min(RolledCost / UnrolledCost,
288 /// The cost threshold for the unrolled loop, like Threshold, but used
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DInlineCost.h74 const int Threshold; member in class:llvm::InlineCost
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
80 static InlineCost get(int Cost, int Threshold) { argument
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
111 int getCostDelta() const { return Threshold - getCost(); }
127 /// Threshold to use for callees with inline hint.
130 /// Threshold t
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DInlineCost.h74 const int Threshold; member in class:llvm::InlineCost
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
80 static InlineCost get(int Cost, int Threshold) { argument
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
111 int getCostDelta() const { return Threshold - getCost(); }
127 /// Threshold to use for callees with inline hint.
130 /// Threshold t
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DInlineCost.h74 const int Threshold; member in class:llvm::InlineCost
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
80 static InlineCost get(int Cost, int Threshold) { argument
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
111 int getCostDelta() const { return Threshold - getCost(); }
127 /// Threshold to use for callees with inline hint.
130 /// Threshold t
[all...]
H A DTargetTransformInfo.h273 unsigned Threshold; member in struct:llvm::TargetTransformInfo::UnrollingPreferences
275 /// the Threshold by a certain percent to allow more aggressive complete
277 /// can apply to Threshold (The value should be no less than 100).
278 /// BoostedThreshold = Threshold * min(RolledCost / UnrolledCost,
288 /// The cost threshold for the unrolled loop, like Threshold, but used
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DInlineCost.h74 const int Threshold; member in class:llvm::InlineCost
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
80 static InlineCost get(int Cost, int Threshold) { argument
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
111 int getCostDelta() const { return Threshold - getCost(); }
127 /// Threshold to use for callees with inline hint.
130 /// Threshold t
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DInlineCost.h74 const int Threshold; member in class:llvm::InlineCost
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
80 static InlineCost get(int Cost, int Threshold) { argument
83 return InlineCost(Cost, Threshold);
94 return Cost < Threshold;
111 int getCostDelta() const { return Threshold - getCost(); }
127 /// Threshold to use for callees with inline hint.
130 /// Threshold t
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DInlineCost.h75 const int Threshold; member in class:llvm::InlineCost
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} argument
81 static InlineCost get(int Cost, int Threshold) { argument
84 return InlineCost(Cost, Threshold);
95 return Cost < Threshold;
112 return Threshold;
118 int getCostDelta() const { return Threshold - getCost(); }
134 /// Threshold t
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
H A DBitstreamWriter.h149 uint32_t Threshold = 1U << (NumBits-1); local
152 while (Val >= Threshold) {
165 uint32_t Threshold = 1U << (NumBits-1);
168 while (Val >= Threshold) {

Completed in 472 milliseconds

12