Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp384 InlineCost shouldInlineCandidate(InlineCandidate &Candidate);
1172 InlineCost Cost = shouldInlineCandidate(Candidate); in tryInlineCandidate()
1250 SampleProfileLoader::shouldInlineCandidate(InlineCandidate &Candidate) { in shouldInlineCandidate() function in SampleProfileLoader