Searched defs:Threshold (Results 1 – 17 of 17) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 61 const int Threshold; variable 64 InlineCost(int Cost, int Threshold) in InlineCost() 68 static InlineCost get(int Cost, int Threshold) { in get()
|
/external/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 37 SimpleInliner(int Threshold) : Inliner(ID, Threshold, in SimpleInliner() 58 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
|
D | PassManagerBuilder.cpp | 339 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
|
D | Inliner.cpp | 58 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime) in Inliner()
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 75 static int const Threshold = 20; variable
|
D | InlineCost.cpp | 50 int Threshold; member in __anon3ef379810111::CallAnalyzer 126 CallAnalyzer(const TargetData *TD, Function &Callee, int Threshold) in CallAnalyzer() 995 InlineCost InlineCostAnalyzer::getInlineCost(CallSite CS, int Threshold) { in getInlineCost() 1000 int Threshold) { in getInlineCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 146 unsigned Threshold = CurrentThreshold; in runOnLoop() local
|
D | Scalar.cpp | 151 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
|
D | LoopUnswitch.cpp | 65 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), variable
|
D | JumpThreading.cpp | 45 Threshold("jump-threading-threshold", variable
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 158 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local 173 uint64_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 187 unsigned Threshold = 225; in CreatePasses() local
|
/external/chromium/base/ |
D | mime_util_xdg.cc | 97 Threshold enumerator
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1RegisterInfo.cpp | 224 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
|
/external/llvm/tools/opt/ |
D | opt.cpp | 421 unsigned Threshold = 225; in AddOptimizationPasses() local
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 1044 unsigned Threshold = RegClassInfo.getNumAllocatableRegs(RC) * 2; in shouldJoinPhys() local
|
/external/mesa3d/src/mesa/main/ |
D | mtypes.h | 1030 GLfloat Threshold; /**< GL_EXT_point_parameters */ member
|