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) in InlineCost()
68 static InlineCost get(int Cost, int Threshold) { in get()
/external/llvm/lib/Transforms/IPO/
DInlineSimple.cpp37 SimpleInliner(int Threshold) : Inliner(ID, Threshold, in SimpleInliner()
58 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DPassManagerBuilder.cpp339 unsigned Threshold) { in LLVMPassManagerBuilderUseInlinerWithThreshold()
DInliner.cpp58 Inliner::Inliner(char &ID, int Threshold, bool InsertLifetime) in Inliner()
/external/llvm/lib/Analysis/
DCaptureTracking.cpp75 static int const Threshold = 20; variable
DInlineCost.cpp50 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/
DLoopUnrollPass.cpp146 unsigned Threshold = CurrentThreshold; in runOnLoop() local
DScalar.cpp151 int Threshold) { in LLVMAddScalarReplAggregatesPassWithThreshold()
DLoopUnswitch.cpp65 Threshold("loop-unswitch-threshold", cl::desc("Max loop size to unswitch"), variable
DJumpThreading.cpp45 Threshold("jump-threading-threshold", variable
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h158 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
173 uint64_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/external/clang/lib/CodeGen/
DBackendUtil.cpp187 unsigned Threshold = 225; in CreatePasses() local
/external/chromium/base/
Dmime_util_xdg.cc97 Threshold enumerator
/external/llvm/lib/Target/ARM/
DThumb1RegisterInfo.cpp224 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2; in emitThumbRegPlusImmediate() local
/external/llvm/tools/opt/
Dopt.cpp421 unsigned Threshold = 225; in AddOptimizationPasses() local
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1044 unsigned Threshold = RegClassInfo.getNumAllocatableRegs(RC) * 2; in shouldJoinPhys() local
/external/mesa3d/src/mesa/main/
Dmtypes.h1030 GLfloat Threshold; /**< GL_EXT_point_parameters */ member