HomeSort by: relevance | last modified time | path
    Searched refs:SampleThreshold (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.cpp 110 unsigned int SampleThreshold = SampleColdCallSiteThreshold;
112 SampleThreshold = SampleHotCallSiteThreshold;
117 SampleThreshold = SampleColdCallSiteThreshold;
119 return (Candidate.SizeCost < SampleThreshold);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 1264 int SampleThreshold = SampleColdCallSiteThreshold;
1267 SampleThreshold = SampleHotCallSiteThreshold;
1298 return InlineCost::get(Cost.getCost(), SampleThreshold);

Completed in 49 milliseconds