Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp203 cl::opt<int> SampleColdCallSiteThreshold( variable
981 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()
1317 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()