Home
last modified time | relevance | path

Searched refs:AdjThreshold (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp237 int AdjThreshold = (int)(CurrentThreshold * FudgeFactor); in shouldInline() local
238 if (Cost >= AdjThreshold) { in shouldInline()
240 << ", thres=" << AdjThreshold in shouldInline()
310 << ", thres=" << AdjThreshold in shouldInline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp409 const auto AdjThreshold = GetAdjustedThreshold(Threshold, IsHotCallsite); in computeImportForFunction() local
414 Worklist.emplace_back(ResolvedCalleeSummary, AdjThreshold, VI.getGUID()); in computeImportForFunction()