Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp509 InlineCost shouldInlineCandidate(InlineCandidate &Candidate);
1243 InlineCost Cost = shouldInlineCandidate(Candidate); in tryInlineCandidate()
1343 SampleProfileLoader::shouldInlineCandidate(InlineCandidate &Candidate) { in shouldInlineCandidate() function in SampleProfileLoader