Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfile.cpp214 cl::opt<int> SampleColdCallSiteThreshold( variable
1019 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()
1353 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()