Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp38 extern cl::opt<int> SampleColdCallSiteThreshold;
69 if (!SampleColdCallSiteThreshold.getNumOccurrences()) in CSPreInliner()
70 SampleColdCallSiteThreshold = 0; in CSPreInliner()
155 unsigned int SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()
160 SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()
179 SampleColdCallSiteThreshold + 1; in shouldInline()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp214 cl::opt<int> SampleColdCallSiteThreshold( variable
1019 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()
1353 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()