Home
last modified time | relevance | path

Searched defs:Threshold (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInlineCost.h61 const int Threshold; variable
64 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost()
67 static InlineCost get(int Cost, int Threshold) { in get()
/external/llvm/lib/Transforms/IPO/
DInlineSimple.cpp44 SimpleInliner(int Threshold) in SimpleInliner()
71 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DPassManagerBuilder.cpp371 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
DInliner.cpp59 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime) in Inliner()
/external/llvm/lib/Analysis/
DCaptureTracking.cpp80 static int const Threshold = 20; variable
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp152 unsigned Threshold = CurrentThreshold; in runOnLoop() local
DScalar.cpp147 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
DJumpThreading.cpp45 Threshold("jump-threading-threshold", variable
221 unsigned Threshold) { in getJumpThreadDuplicationCost()
DReassociate.cpp322 APInt Threshold = CM + Bitwidth; in IncorporateWeight() local
332 unsigned Threshold = CM + Bitwidth; in IncorporateWeight() local
DLoopUnswitch.cpp66 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), variable
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp54 int Threshold; member in __anon4296eb6c0111::CallAnalyzer
138 Function &Callee, int Threshold) in CallAnalyzer()
1166 InlineCost InlineCostAnalysis::getInlineCost(CallSite CS, int Threshold) { in getInlineCost()
1171 int Threshold) { in getInlineCost()
/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp71 const unsigned int Threshold; member
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h159 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
175 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/external/clang/lib/CodeGen/
DBackendUtil.cpp276 unsigned Threshold = 225; in CreatePasses() local
/external/chromium/base/
Dmime_util_xdg.cc97 Threshold enumerator
/external/llvm/lib/Target/ARM/
DThumb1RegisterInfo.cpp225 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
/external/llvm/tools/opt/
Dopt.cpp434 unsigned Threshold = 225; in AddOptimizationPasses() local